fix: load series from database on every startup
- Add _load_series_from_db call in lifespan startup - Series now loaded into memory on every app start - Fixes empty anime list issue (GET /api/anime)
This commit is contained in:
@@ -118,3 +118,7 @@ For each task completed:
|
||||
---
|
||||
|
||||
## TODO List:
|
||||
|
||||
1. anime not showing issue
|
||||
|
||||
db has animes saved. but on get request http://127.0.0.1:8000/api/anime the js client get []
|
||||
|
||||
Reference in New Issue
Block a user