39 lines
1.2 KiB
YAML
39 lines
1.2 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]
|