We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a26805b commit 7b038b4Copy full SHA for 7b038b4
README.md
@@ -373,7 +373,7 @@ There are some **opinionated** default settings in `/app/main.py` for documentat
373
```python
374
app = FastAPI(
375
title="minimal fastapi postgres template",
376
- version="6.0.0",
+ version="6.1.0",
377
description="https://github.com/rafsaf/minimal-fastapi-postgres-template",
378
openapi_url="/openapi.json",
379
docs_url="/",
app/main.py
@@ -7,7 +7,7 @@
7
8
9
10
11
12
13
0 commit comments