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 c7a8eb7 commit 4111829Copy full SHA for 4111829
rest/config/web.php
@@ -50,6 +50,7 @@
50
'POST user/login' => 'user/login',
51
52
'OPTIONS <controller:\w+>' => '<controller>/options',
53
+ 'OPTIONS <controller:\w+>/<id:\d+>' => '<controller>/options',
54
'GET <controller:\w+>' => '<controller>/index',
55
'GET <controller:\w+>/<id:\d+>' => '<controller>/view',
56
'POST <controller:\w+>' => '<controller>/create',
0 commit comments