calendi/backend/config/routes/nelmio_api_doc.yaml
2025-04-22 08:04:27 +02:00

9 lines
240 B
YAML

app.swagger_ui:
path: /api/doc
methods: GET
defaults: { _controller: nelmio_api_doc.controller.swagger_ui }
app.swagger:
path: /api/doc.json
methods: GET
defaults: { _controller: nelmio_api_doc.controller.swagger }