Spaces:
Sleeping
Sleeping
Update api_server.py
Browse files- 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/
|
| 23 |
"*" # 為了測試方便,暫時允許所有來源
|
| 24 |
]
|
| 25 |
|
|
|
|
| 19 |
# 這是您的 GitHub Pages 域名(標準格式)
|
| 20 |
"https://marcoleung052.github.io",
|
| 21 |
# 這是您的 GitHub Pages 子專案路徑 (如果使用子路徑)
|
| 22 |
+
"https://marcoleung052.github.io/NursingRecordCompletion_test",
|
| 23 |
"*" # 為了測試方便,暫時允許所有來源
|
| 24 |
]
|
| 25 |
|