1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-23 19:44:20 +00:00
This commit is contained in:
Steffo 2018-10-07 20:17:15 +02:00
parent f3f71b6373
commit 3ba49c2da0

View file

@ -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