routes.yaml 473 B

123456789101112131415161718192021
  1. controllers:
  2. resource:
  3. path: ../src/Controller/
  4. namespace: App\Controller
  5. type: attribute
  6. login_check:
  7. path: /login_check
  8. methods: ['POST']
  9. swagger_ui:
  10. path: /docs
  11. controller: api_platform.swagger_ui.action
  12. # todo: comment ça s'articule avec le LocalStorage ça?
  13. ot_internal_secure_file_download:
  14. path: /_internal/secure/files/{id}
  15. controller: App\Controller\FileController::downloadFile
  16. methods: GET
  17. requirements:
  18. id: '\d+'