forked from loafle/openapi-generator-original
Fix package name in FastAPI README (#20371)
This commit is contained in:
parent
ff0fe26890
commit
357a708ebb
@ -19,7 +19,7 @@ To run the server, please execute the following from the root directory:
|
||||
|
||||
```bash
|
||||
pip3 install -r requirements.txt
|
||||
PYTHONPATH=src uvicorn openapi_server.main:app --host 0.0.0.0 --port {{serverPort}}
|
||||
PYTHONPATH=src uvicorn {{packageName}}.main:app --host 0.0.0.0 --port {{serverPort}}
|
||||
```
|
||||
|
||||
and open your browser at `http://localhost:{{serverPort}}/docs/` to see the docs.
|
||||
|
Loading…
x
Reference in New Issue
Block a user