SuiteCRM-Core/config/routes/api_platform.yaml
Clemente Raposo e8f9b18418 Move api documentation to /docs
- Enable swagger docs
- Disable re-doc
- Move rest docs path to /docs/rest
- Move graphql docs path to /docs/graphql
2021-03-30 19:22:39 +01:00

12 lines
225 B
YAML

api_platform:
resource: .
type: api_platform
prefix: /api
swagger_ui:
path: /docs/rest
controller: api_platform.swagger.action.ui
graphiql:
path: /docs/graphql
controller: api_platform.graphql.action.graphiql