Replies: 4 comments
|
hey everyone, I'm just fixing this with PR #221 |
0 replies
|
Hey everyone! 👋 There are 3 PR about this issue: Could someone help pick the best approach, review it, and suggest any tweaks before we finalize the best PR? We’d be happy to adjust it and get this merged! 🚀 |
0 replies
|
@FlavienRx thanks for looking into this |
0 replies
|
Hi everyone! 👋 I'd like to help move this issue forward by thoroughly testing and reviewing PR #221. I'll be:
I'll share my findings once testing is complete. 🚀 |
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.
Uh oh!
There was an error while loading. Please reload this page.
Using the CLI to start the application, whether in dev or prod mode, would show hardcoded, aka incorrect/misleading documentation endpoint
The part responsible for this is here, which is clearly hard-coded:
fastapi-cli/src/fastapi_cli/cli.py
Line 137 in 9a47418
There is a PR already that addresses this issue:
#24 (comment)
All reactions