Skip to content

Commit

Permalink
Add Heroku URL to allowed hosts
Browse files Browse the repository at this point in the history
  • Loading branch information
tomik-z-cech committed Feb 2, 2024
1 parent 5a1ae1a commit 04c4a96
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ohmazing_components/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
ALLOWED_HOSTS = [
"127.0.0.1",
"localhost",
"ohmazing-components-1a5a0fcb9e95.herokuapp.com",
]


Expand Down

0 comments on commit 04c4a96

Please sign in to comment.