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