fix: card creation fix

This commit is contained in:
2025-05-12 17:56:25 +04:00
parent 4f08019d85
commit 329616bcd3
6 changed files with 62 additions and 18 deletions

View File

@@ -17,6 +17,8 @@ API_ROOT = "/api"
APP_PATH = os.path.dirname(sys.executable) if getattr(sys, 'frozen', False) else os.path.dirname(__file__)
STATIC_PATH = os.path.join(APP_PATH, "static")
KAFKA_CERTS_PATH = os.path.join(APP_PATH, "certs")
allowed_telegram_ids = [