feat: refactor db calls to url service
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
from sqlalchemy import Column, Integer, String
|
||||
|
||||
from app.db.database import Base
|
||||
|
||||
class Url(Base):
|
||||
|
||||
Reference in New Issue
Block a user