14 lines
398 B
YAML
14 lines
398 B
YAML
notification_list:
|
|
path: /notifications
|
|
controller: App\Controller\NotificationController::index
|
|
|
|
notification_rows:
|
|
path: /notifications/rows
|
|
controller: App\Controller\NotificationController::rows
|
|
methods: [POST]
|
|
|
|
# ajax call
|
|
notification_ajax_read:
|
|
path: /notifications/read
|
|
controller: App\Controller\NotificationController::markNotificationRead
|
|
methods: [POST]
|