mirror of
https://github.com/wowlikon/LiB.git
synced 2026-02-04 12:31:09 +00:00
Created genre table and added links and endpoints for it.
This commit is contained in:
@@ -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.",
|
||||
|
||||
Reference in New Issue
Block a user