mirror of
https://github.com/Karaka-Management/oms-Draw.git
synced 2026-01-11 14:28:40 +00:00
route path fix
This commit is contained in:
parent
53dcb22a30
commit
dc3b73ce83
|
|
@ -8,7 +8,7 @@ use Modules\Draw\Controller\ApiController;
|
|||
return [
|
||||
'^.*/api/draw.*$' => [
|
||||
[
|
||||
'dest' => '\Modules\Draw\ControllerApiController:apiDrawCreate',
|
||||
'dest' => '\Modules\Draw\Controller\ApiController:apiDrawCreate',
|
||||
'verb' => RouteVerb::SET,
|
||||
'permission' => [
|
||||
'module' => ApiController::MODULE_NAME,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user