9 lines
254 B
YAML
9 lines
254 B
YAML
rep_reject_form:
|
|
path: /report/rejection
|
|
controller: App\Controller\ReportController::rejectForm
|
|
methods: [GET]
|
|
|
|
rep_reject_submit:
|
|
path: /report/rejection
|
|
controller: App\Controller\ReportController::rejectSubmit
|
|
methods: [POST]
|