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

@@ -11,6 +11,5 @@ class Settings(BaseSettings):
env_file = ".env"
env_file_encoding = "utf-8"
# Singleton instance of settings
settings = Settings()