Skip to content

Commit

Permalink
chore: add new allowed origin for CORS
Browse files Browse the repository at this point in the history
  • Loading branch information
xuanzhi33 committed Jul 2, 2024
1 parent 29b324a commit 331d827
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion server/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@

allow_origins = [
"https://www.xuanzhi33.cn",
"https://xuanzhi33.cn"
"https://xuanzhi33.cn",
"https://gh.xuanzhi33.cn"
]

def cors_response(data):
Expand Down

0 comments on commit 331d827

Please sign in to comment.