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 = flaseBut I get an error that the key
enable_docsis unsupported.Then I also noticed that in the docs it says that the
api_platform.yamlfile is inpackagesnot inroutesBut the Demo app has the config in
routeshttps://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