broadfield-dev commited on
Commit
0e88bf3
·
verified ·
1 Parent(s): 3f5a983

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,7 +18,7 @@ logging.basicConfig(level=logging.INFO, format='%(asctime)s - %(name)s - %(level
18
  logger = logging.getLogger(__name__)
19
 
20
  # --- Constants ---
21
- CREATOR_ENDPOINTS_JSON_URL = "./endpoints.json"
22
  BASE_HF_URL = "https://huggingface.co/spaces/"
23
  CREATOR_SPACE_ID = "broadfield-dev/KeyLock-Auth-Creator"
24
  SERVER_SPACE_ID = "broadfield-dev/KeyLock-Auth-Server"
 
18
  logger = logging.getLogger(__name__)
19
 
20
  # --- Constants ---
21
+ CREATOR_ENDPOINTS_JSON_URL = "https://huggingface.co/spaces/Agents-MCP-Hackathon/KeyLock-Auth-System/raw/main/endpoints.json"
22
  BASE_HF_URL = "https://huggingface.co/spaces/"
23
  CREATOR_SPACE_ID = "broadfield-dev/KeyLock-Auth-Creator"
24
  SERVER_SPACE_ID = "broadfield-dev/KeyLock-Auth-Server"