mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
13 lines
406 B
YAML
13 lines
406 B
YAML
when@dev:
|
|
swagger_ui:
|
|
path: /_dev/swagger
|
|
controller: Symfony\Bundle\FrameworkBundle\Controller\TemplateController
|
|
defaults:
|
|
template: '@ChillMain/Dev/swagger-ui/index.html.twig'
|
|
|
|
swagger_specs:
|
|
path: /_dev/specs.yaml
|
|
controller: Symfony\Bundle\FrameworkBundle\Controller\TemplateController
|
|
defaults:
|
|
template: api/specs.yaml
|