feat: refactor db calls to url service

This commit is contained in:
2025-07-23 02:58:46 +00:00
parent e72aad0582
commit e735f63b47
15 changed files with 88 additions and 54 deletions

View File

@@ -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