Skip to content

Commit 378ea96

Browse files
authored
Merge pull request #183 from PotLock/testnet
allow app to dev
2 parents b24c327 + 69a6b37 commit 378ea96

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

base/settings.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,8 @@
214214
"https://staging.alpha.potlock.app",
215215
"http://dev.local",
216216
"https://dev.local",
217+
"https://app.potlock.app",
218+
"https://app.potlock.org",
217219
]
218220
else:
219221
CORS_ALLOWED_ORIGINS = [

0 commit comments

Comments
 (0)