mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 19:44:20 +00:00
cors
This commit is contained in:
parent
f3f71b6373
commit
3ba49c2da0
1 changed files with 1 additions and 1 deletions
|
@ -368,7 +368,7 @@ def ses_identify():
|
|||
"username": fl_session.get("username"),
|
||||
"id": fl_session.get("user_id")
|
||||
})
|
||||
response.headers["Access-Control-Allow-Origin"] = "https://owlcaptain.tk"
|
||||
response.headers["Access-Control-Allow-Origin"] = "https://owlcaptain.tk, http://localhost:1234"
|
||||
return response
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue