mirror of
https://github.com/Karaka-Management/oms-Notification.git
synced 2026-02-12 14:48:40 +00:00
started with template fixes
This commit is contained in:
parent
24f788c947
commit
b776a8d526
|
|
@ -22,6 +22,7 @@ return [
|
||||||
[
|
[
|
||||||
'dest' => '\Modules\Notification\Controller\ApiController:apiNotificationSeenCreate',
|
'dest' => '\Modules\Notification\Controller\ApiController:apiNotificationSeenCreate',
|
||||||
'verb' => RouteVerb::SET,
|
'verb' => RouteVerb::SET,
|
||||||
|
'csrf' => true,
|
||||||
'permission' => [
|
'permission' => [
|
||||||
'module' => ApiController::NAME,
|
'module' => ApiController::NAME,
|
||||||
'type' => PermissionType::CREATE,
|
'type' => PermissionType::CREATE,
|
||||||
|
|
@ -33,6 +34,7 @@ return [
|
||||||
[
|
[
|
||||||
'dest' => '\Modules\Notification\Controller\ApiController:apiNotificationsGet',
|
'dest' => '\Modules\Notification\Controller\ApiController:apiNotificationsGet',
|
||||||
'verb' => RouteVerb::GET,
|
'verb' => RouteVerb::GET,
|
||||||
|
'csrf' => true,
|
||||||
'permission' => [
|
'permission' => [
|
||||||
'module' => ApiController::NAME,
|
'module' => ApiController::NAME,
|
||||||
'type' => PermissionType::READ,
|
'type' => PermissionType::READ,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user