mailer new layout and link to web

This commit is contained in:
2026-08-05 02:18:34 +02:00
parent 50f5dcb1d9
commit 9f0c1b1b6c
4 changed files with 80 additions and 4 deletions
+1
View File
@@ -42,6 +42,7 @@ class Config:
API_HOST = os.environ.get("API_HOST", "0.0.0.0")
API_PORT = int(os.environ.get("API_PORT", "8000"))
WEB_URL = os.environ.get("WEB_URL", "")
@classmethod
def validate_db(cls):