Skip to content

Commit

Permalink
add bos to cors
Browse files Browse the repository at this point in the history
  • Loading branch information
Prometheo authored Sep 18, 2024
1 parent d874fde commit d221a34
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion base/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,15 @@
"https://landing.potlock.org",
"https://landing.potlock.io",
"https://landing.potlock.app",
"https://landing.potlock.xyz"
"https://landing.potlock.xyz",
"https://bos.potlock.org",
"https://app.potlock.org",
"https://bos.potlock.xyz",
"https://app.potlock.xyz",
"https://bos.potlock.io",
"https://app.potlock.io",
"https://bos.potlock.app",
"https://app.potlock.app"
]

CORS_ALLOWED_ORIGIN_REGEXES = [
Expand Down

0 comments on commit d221a34

Please sign in to comment.