resq/config/routes/report.yaml
2019-09-16 10:47:48 +00:00

49 lines
1.4 KiB
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]
rep_battery_conflict_form:
path: /report/battery_conflict
controller: App\Controller\ReportController::batteryConflictForm
methods: [GET]
rep_battery_conflict_submit:
path: /report/battery_conflict
controller: App\Controller\ReportController::batteryConflictSubmit
methods: [POST]
rep_popapp_comp_form:
path: /report/popapp_comparison
controller: App\Controller\ReportController::popappComparisonForm
methods: [GET]
rep_popapp_export_csv:
path: /report/popapp_export
controller: App\Controller\ReportController::popappExportCSV
methods: [POST]
rep_resq_meh_form:
path: /report/meh_customer
controller: App\Controller\ReportController::mehCustomerForm
methods: [GET]
rep_resq_meh_export_csv:
path: /report/meh_customer_export
controller: App\Controller\ReportController::mehCustomerExportCSV
methods: [POST]