mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 19:44:20 +00:00
cors
This commit is contained in:
parent
61c14cbd9c
commit
8e44a99bb8
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, http://lvh.me:1234"
|
||||
response.headers["Access-Control-Allow-Origin"] = "http://lvh.me:1234"
|
||||
return response
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue