This commit is contained in:
2020-05-12 11:03:20 +02:00
parent 303c4dcd0f
commit 133c7b3b43
5 changed files with 204 additions and 1 deletions

View File

@@ -40,6 +40,7 @@ app_logoutcas:
path: /logoutcas
defaults: { _controller: App\Controller\SecurityController:logoutcas }
#== Crop =========================================================================================================
app_crop01:
path: /user/crop01
@@ -350,4 +351,9 @@ app_customer_report:
app_customer_planning:
path: /customer/planning/{key}
defaults: { _controller: App\Controller\ReportController:planning, access: 'customer' }
defaults: { _controller: App\Controller\ReportController:planning, access: 'customer' }
#== API ===========================================================================================================
app_api:
path: /api/{key}
defaults: { _controller: App\Controller\ApiController:api }