routes.yaml 480 B

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