@mytec: 1.1iter ready for testing
This commit is contained in:
5
backend/app/api/deps.py
Normal file
5
backend/app/api/deps.py
Normal file
@@ -0,0 +1,5 @@
|
||||
from app.core.database import get_database
|
||||
|
||||
|
||||
async def get_db():
|
||||
return await get_database()
|
||||
Reference in New Issue
Block a user