route path fix

This commit is contained in:
Dennis Eichhorn 2018-12-01 21:44:14 +01:00
parent 53dcb22a30
commit dc3b73ce83

View File

@ -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,