resq/config/routes/report.yaml

19 lines
595 B
YAML

rep_reject_summary_form:
path: /report/rejection_summary
controller: App\Controller\ReportController::rejectSummaryForm
methods: [GET]
rep_reject_summary_submit:
path: /report/rejection_summary
controller: App\Controller\ReportController::rejectSummarySubmit
methods: [POST]
rep_reject_detail_form:
path: /report/rejection_detail
controller: App\Controller\ReportController::rejectDetailForm
methods: [GET]
rep_reject_detail_submit:
path: /report/rejection_detail
controller: App\Controller\ReportController::rejectDetailSubmit
methods: [POST]