Skip to content

Commit 6df02c7

Browse files
DavidRV00timon-sbr
authored andcommitted
Fix package name in FastAPI README (OpenAPITools#20371)
1 parent 151cf91 commit 6df02c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/openapi-generator/src/main/resources/python-fastapi/README.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ To run the server, please execute the following from the root directory:
1919

2020
```bash
2121
pip3 install -r requirements.txt
22-
PYTHONPATH=src uvicorn openapi_server.main:app --host 0.0.0.0 --port {{serverPort}}
22+
PYTHONPATH=src uvicorn {{packageName}}.main:app --host 0.0.0.0 --port {{serverPort}}
2323
```
2424

2525
and open your browser at `http://localhost:{{serverPort}}/docs/` to see the docs.

0 commit comments

Comments
 (0)