feat: refactor db calls to url service
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
from fastapi import FastAPI
|
||||
|
||||
from app.config import settings
|
||||
from app.db import database, Base, engine
|
||||
from app.routes import shortener_router
|
||||
|
||||
Reference in New Issue
Block a user