Skip to content

Commit

Permalink
add http scheme to CORS urls in settings.py
Browse files Browse the repository at this point in the history
  • Loading branch information
DrCBeatz committed Apr 2, 2024
1 parent 292d3a1 commit 903d94d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@
"http://127.0.0.1:8000",
"http://localhost:8000",
"http://mastertheorem-aws-dev2.us-west-2.elasticbeanstalk.com",
"www.mastertheorem.io",
"http://www.mastertheorem.io",
]


Expand All @@ -151,7 +151,7 @@
"http://localhost:8000",
"http://127.0.0.1:8000",
"http://mastertheorem-aws-dev2.us-west-2.elasticbeanstalk.com",
"www.mastertheorem.io",
"http://www.mastertheorem.io",
]

# Production security settings
Expand Down

0 comments on commit 903d94d

Please sign in to comment.