Skip to content

Commit a22ade6

Browse files
committed
Added https URL to allow CORS
1 parent 3632801 commit a22ade6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config/settings/base.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@
9292
CORS_ALLOWED_ORIGINS = [
9393
"http://localhost:3000",
9494
"http://sde-lrm.nasa-impact.net",
95+
"https://sde-lrm.nasa-impact.net",
9596
"https://sde-qa.nasa-impact.net",
9697
"https://sciencediscoveryengine.test.nasa.gov",
9798
"https://sciencediscoveryengine.nasa.gov",

0 commit comments

Comments
 (0)