mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-21 17:54:24 +00:00
17 lines
563 B
YAML
17 lines
563 B
YAML
chill_main_export_index:
|
|
path: /
|
|
controller: Chill\MainBundle\Controller\ExportController::indexAction
|
|
|
|
chill_main_export_new:
|
|
path: /new/{alias}
|
|
controller: Chill\MainBundle\Controller\ExportController::newAction
|
|
|
|
chill_main_export_generate:
|
|
path: /generate/{alias}
|
|
controller: Chill\MainBundle\Controller\ExportController::generateAction
|
|
methods: [GET]
|
|
|
|
chill_main_export_download:
|
|
path: /download/{alias}
|
|
controller: Chill\MainBundle\Controller\ExportController::downloadResultAction
|
|
methods: [ GET ] |