Skip to content

Commit

Permalink
add dev.local to cors allowed origins
Browse files Browse the repository at this point in the history
  • Loading branch information
lachlanglen committed Jul 8, 2024
1 parent 2f15218 commit 7ed1403
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 @@ -164,7 +164,8 @@
"https://alpha.potlock.io",
"https://alpha.potlock.org",
"https://alpha.potlock.xyz",
"https://alpha.potlock.app", # regex matching might not be advisable.
"https://alpha.potlock.app", # regex matching might not be advisable.
"http://dev.local",
]

# REDIS / CACHE CONFIGS
Expand Down

0 comments on commit 7ed1403

Please sign in to comment.