started with template fixes

This commit is contained in:
Dennis Eichhorn 2024-03-29 15:26:00 +00:00
parent 24f788c947
commit b776a8d526

View File

@ -22,6 +22,7 @@ return [
[
'dest' => '\Modules\Notification\Controller\ApiController:apiNotificationSeenCreate',
'verb' => RouteVerb::SET,
'csrf' => true,
'permission' => [
'module' => ApiController::NAME,
'type' => PermissionType::CREATE,
@ -33,6 +34,7 @@ return [
[
'dest' => '\Modules\Notification\Controller\ApiController:apiNotificationsGet',
'verb' => RouteVerb::GET,
'csrf' => true,
'permission' => [
'module' => ApiController::NAME,
'type' => PermissionType::READ,