Skip to content

Commit

Permalink
add alpha.potlock.io to cors allowed origins
Browse files Browse the repository at this point in the history
  • Loading branch information
lachlanglen committed Jun 26, 2024
1 parent d55f392 commit af83d4f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion base/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"127.0.0.1",
"dev.potlock.io",
"test-dev.potlock.io",
"alpha.potlock.io",
# "alpha.potlock.io",
]

# Env vars
Expand Down Expand Up @@ -161,6 +161,7 @@

CORS_ALLOWED_ORIGINS = [
"http://localhost:3000",
"https://alpha.potlock.io",
]

# REDIS / CACHE CONFIGS
Expand Down

0 comments on commit af83d4f

Please sign in to comment.