Replies: 1 comment
-
https://github.com/api-platform/demo/blob/main/api/config/routes/api_platform.yaml is the routing config. This is the file you are looking for => https://github.com/api-platform/demo/blob/main/api/config/packages/api_platform.yaml |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I was trying to the docs by setting
enable_docs = flase
But I get an error that the key
enable_docs
is unsupported.Then I also noticed that in the docs it says that the
api_platform.yaml
file is inpackages
not inroutes
But the Demo app has the config in
routes
https://github.com/api-platform/demo/blob/main/api/config/routes/api_platform.yamlTo be honest I'm a bit confused.
Beta Was this translation helpful? Give feedback.
All reactions