mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-24 00:23:50 +00:00
add specific page for download
This commit is contained in:
@@ -16,3 +16,8 @@ chill_main_export_generate:
|
||||
path: /generate/{alias}
|
||||
defaults: { _controller: ChillMainBundle:Export:generate }
|
||||
methods: [GET]
|
||||
|
||||
chill_main_export_download:
|
||||
path: /download/{alias}
|
||||
defaults: { _controller: ChillMainBundle:Export:downloadResult }
|
||||
methods: [ GET ]
|
Reference in New Issue
Block a user