mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2025-08-29 11:00:40 +08:00
- Enable swagger docs - Disable re-doc - Move rest docs path to /docs/rest - Move graphql docs path to /docs/graphql
12 lines
225 B
YAML
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
|