mirror of
https://github.com/Karaka-Management/oms-Tasks.git
synced 2026-01-27 06:28:39 +00:00
Fix routing
This commit is contained in:
parent
26afb1aae2
commit
2d08306678
|
|
@ -3,7 +3,7 @@
|
|||
use phpOMS\Router\RouteVerb;
|
||||
|
||||
return [
|
||||
'^.*/api/task$' => [
|
||||
'^.*/api/task(\?.*|$)' => [
|
||||
[
|
||||
'dest' => '\Modules\Tasks\Controller:apiTaskCreate',
|
||||
'verb' => RouteVerb::SET,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user