feat(backend): add initial cookbook support

This commit is contained in:
hay-kot
2021-08-31 14:39:29 -08:00
parent 83ab858e46
commit d24e95c091
27 changed files with 284 additions and 490 deletions

View File

@@ -24,7 +24,7 @@ class ReadDeps:
user=Depends(is_logged_in),
):
self.session: Session = session
self.bg_tasks: BackgroundTasks = background_tasks
self.bg_task: BackgroundTasks = background_tasks
self.user: bool = user