mirror of
https://github.com/Karaka-Management/oms-Dashboard.git
synced 2026-02-05 05:08:43 +00:00
started with template fixes
This commit is contained in:
parent
b815b6c789
commit
c26ef10a5a
|
|
@ -22,6 +22,7 @@ return [
|
|||
[
|
||||
'dest' => '\Modules\Dashboard\Controller\ApiController:apiBoardCreate',
|
||||
'verb' => RouteVerb::PUT,
|
||||
'csrf' => true,
|
||||
'permission' => [
|
||||
'module' => ApiController::NAME,
|
||||
'type' => PermissionType::CREATE,
|
||||
|
|
@ -33,6 +34,7 @@ return [
|
|||
[
|
||||
'dest' => '\Modules\Dashboard\Controller\ApiController:apiComponentAdd',
|
||||
'verb' => RouteVerb::PUT,
|
||||
'csrf' => true,
|
||||
'permission' => [
|
||||
'module' => ApiController::NAME,
|
||||
'type' => PermissionType::CREATE,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user