We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ad1302 commit 531e29bCopy full SHA for 531e29b
README.md
@@ -146,7 +146,7 @@ We will add `Pet` model to `app/models.py`.
146
```python
147
# app/models.py
148
149
-...
+(...)
150
151
class Pet(Base):
152
__tablename__ = "pet"
@@ -278,11 +278,11 @@ Also, we need to add newly created endpoints to router.
278
279
# app/api/api.py
280
281
282
283
from app.api.endpoints import auth, pets, users
284
285
286
287
api_router.include_router(pets.router, prefix="/pets", tags=["pets"])
288
0 commit comments