Skip to content

Commit

Permalink
add https://dev.local back to cors allowed origins
Browse files Browse the repository at this point in the history
  • Loading branch information
lachlanglen committed Jul 10, 2024
1 parent 59dc627 commit 6a07395
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions base/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@
"https://alpha.potlock.xyz",
"https://alpha.potlock.app", # regex matching might not be advisable.
"http://dev.local",
"https://dev.local",
]

# REDIS / CACHE CONFIGS
Expand Down

0 comments on commit 6a07395

Please sign in to comment.