9 lines
280 B
YAML
9 lines
280 B
YAML
notification_ajax_list:
|
|
path: /ajax/notifications
|
|
controller: App\Controller\NotificationController::ajaxList
|
|
methods: [GET]
|
|
|
|
notification_ajax_update:
|
|
path: /ajax/notifications
|
|
controller: App\Controller\NotificationController::ajaxUpdate
|
|
methods: [POST]
|