Ajout export commandes

This commit is contained in:
2020-10-06 16:25:16 +02:00
parent 6a92c43234
commit 354e2186c8
4 changed files with 61 additions and 1 deletions

View File

@@ -414,7 +414,11 @@ export_project_weekly:
export_full_worked_days:
path: /export/export_full_worked_days
defaults: { _controller: App\Controller\ExportController:export_full_worked_days }
defaults: { _controller: App\Controller\ExportController:export_full_worked_days }
export_offers:
path: /export/export_offers
defaults: { _controller: App\Controller\ExportController:export_offers }
#== API ===========================================================================================================