fix: card creation fix
This commit is contained in:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user