Implement license validation endpoint and update templates; add test script
This commit is contained in:
+1
-1
@@ -2,7 +2,7 @@ import json
|
||||
import os
|
||||
import secrets
|
||||
|
||||
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_file() -> dict:
|
||||
|
||||
Reference in New Issue
Block a user