feat: refactor db calls to url service

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

View File

@@ -1,4 +1,5 @@
from sqlalchemy import Column, Integer, String
from app.db.database import Base
class Url(Base):