chill-bundles/config/routes/exports.yaml

17 lines
523 B
YAML

chill_main_export_index:
path: /
defaults: { controller: ChillMain\ExportController::index }
chill_main_export_new:
path: /new/{alias}
defaults: { controller: ChillMain\ExportController::new }
chill_main_export_generate:
path: /generate/{alias}
defaults: { controller: ChillMain\ExportController::generate }
methods: [GET]
chill_main_export_download:
path: /download/{alias}
defaults: { controller: ChillMain\ExportController::downloadResult }
methods: [ GET ]