Skip to content

Commit

Permalink
Add frontend to allowed hosts
Browse files Browse the repository at this point in the history
  • Loading branch information
aloftus23 committed Nov 21, 2024
1 parent 5421d46 commit a54d1d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/xfd_django/xfd_django/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
".execute-api.us-east-1.amazonaws.com",
os.getenv('BACKEND_DOMAIN'),
os.getenv('REACT_APP_API_URL'),
"http://localhost",
os.getenv('FRONTEND_DOMAIN'),
]

MESSAGE_TAGS = {
Expand Down

0 comments on commit a54d1d2

Please sign in to comment.