Commit f46c472
committed
fix(remote_config): make GET request public
Make the getItemPermission for remote_config GET request public by setting
its type to RequiredPermissionType.none and requiresAuthentication to
false. This change allows unauthenticated access to retrieve
remote_config data.1 parent dbc28df commit f46c472
1 file changed
+1
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
377 | 377 | | |
378 | 378 | | |
379 | 379 | | |
380 | | - | |
381 | | - | |
| 380 | + | |
382 | 381 | | |
383 | 382 | | |
384 | 383 | | |
| |||
0 commit comments