fix: Update LICENSES_FILE path in backup, verify, and run scripts; enhance JWT configuration and security headers in main.py
This commit is contained in:
+1
-1
@@ -2,7 +2,7 @@ import os
|
||||
import json
|
||||
from pathlib import Path
|
||||
|
||||
LICENSES_FILE = os.path.abspath(os.path.join(os.path.dirname(__file__), "..", "licenses.json"))
|
||||
LICENSES_FILE = os.path.abspath(os.path.join(os.path.dirname(__file__),"licenses.json"))
|
||||
|
||||
|
||||
def load_licenses() -> dict:
|
||||
|
||||
Reference in New Issue
Block a user