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 2dbe89c commit cc83bb3Copy full SHA for cc83bb3
appinfo/routes.php
@@ -186,14 +186,6 @@
186
'apiVersion' => '(v1|v1.4)',
187
],
188
189
- [
190
- 'name' => 'notes_api#fail',
191
- 'url' => '/api/{catchAll}',
192
- 'verb' => 'GET',
193
- 'requirements' => [
194
- 'catchAll' => '.*',
195
- ],
196
197
[
198
'name' => 'notes_api#preflighted_cors',
199
'url' => '/api/{apiVersion}/{path}',
@@ -221,4 +213,12 @@
221
213
'noteid' => '\d+'
222
214
223
215
216
+ [
217
+ 'name' => 'notes_api#fail',
218
+ 'url' => '/api/{catchAll}',
219
+ 'verb' => 'GET',
220
+ 'requirements' => [
+ 'catchAll' => '.*',
+ ],
224
]];
0 commit comments