8 lines
235 B
YAML
8 lines
235 B
YAML
notification_list:
|
|
path: /notifications
|
|
controller: App\Controller\NotificationController::index
|
|
|
|
notification_rows:
|
|
path: /notifications/rows
|
|
controller: App\Controller\NotificationController::rows
|
|
methods: [POST]
|