add specific page for download

This commit is contained in:
2017-04-19 00:30:36 +02:00
parent 8e9b94898f
commit bf12046afa
4 changed files with 103 additions and 1 deletions

View File

@@ -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 ]