Created genre table and added links and endpoints for it.

This commit is contained in:
2025-06-25 14:50:28 +03:00
parent 83dbb1824e
commit 9604771439
9 changed files with 158 additions and 19 deletions

View File

@@ -24,6 +24,10 @@ def get_app() -> FastAPI:
"name": "books",
"description": "Operations with books.",
},
{
"name": "genres",
"description": "Operations with genres.",
},
{
"name": "relations",
"description": "Operations with relations.",