Files
rfcp/backend/app/api/deps.py

6 lines
97 B
Python

from app.core.database import get_database
async def get_db():
return await get_database()