Skip to content

Commit 31c8265

Browse files
dew326albozek
authored andcommitted
IBX-9060: Delete, mark as notifications
1 parent de04beb commit 31c8265

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/bundle/Resources/config/routing.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -973,9 +973,11 @@ ibexa.notifications.delete:
973973

974974
ibexa.notifications.delete:
975975
path: /notification/delete/{notificationId}
976+
options:
977+
expose: true
976978
defaults:
977979
_controller: 'Ibexa\Bundle\AdminUi\Controller\NotificationController::deleteNotificationAction'
978-
methods: [ GET ]
980+
methods: [GET]
979981
requirements:
980982
notificationId: '\d+'
981983

0 commit comments

Comments
 (0)