MarcoLeung052 commited on
Commit
41aebcb
·
verified ·
1 Parent(s): 475c1f7

Update api_server.py

Browse files
Files changed (1) hide show
  1. api_server.py +1 -1
api_server.py CHANGED
@@ -19,7 +19,7 @@ origins = [
19
  # 這是您的 GitHub Pages 域名(標準格式)
20
  "https://marcoleung052.github.io",
21
  # 這是您的 GitHub Pages 子專案路徑 (如果使用子路徑)
22
- "https://marcoleung052.github.io/NursingRecordCompletion_train",
23
  "*" # 為了測試方便,暫時允許所有來源
24
  ]
25
 
 
19
  # 這是您的 GitHub Pages 域名(標準格式)
20
  "https://marcoleung052.github.io",
21
  # 這是您的 GitHub Pages 子專案路徑 (如果使用子路徑)
22
+ "https://marcoleung052.github.io/NursingRecordCompletion_test",
23
  "*" # 為了測試方便,暫時允許所有來源
24
  ]
25