We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de4d8d1 commit 913d074Copy full SHA for 913d074
application/config/rest.php
@@ -160,9 +160,9 @@
160
|
161
| example:
162
163
-| $config['auth_override_class_method_http']['deals']['view']['get'] = 'none';
164
-| $config['auth_override_class_method_http']['deals']['insert']['post'] = 'none';
165
-| $config['auth_override_class_method_http']['deals']['*']['options'] = 'none';
+| $config['auth_override_class_method_http']['deals']['view']['get'] = 'none';
+| $config['auth_override_class_method_http']['deals']['insert']['post'] = 'none';
+| $config['auth_override_class_method_http']['deals']['*']['options'] = 'none';
166
*/
167
168
// ---Uncomment list line for the wildard unit test
0 commit comments