Skip to content

Commit

Permalink
Added eggtimer.jessamynsmith.ca to allowed hosts.
Browse files Browse the repository at this point in the history
  • Loading branch information
jessamynsmith committed Jan 27, 2023
1 parent e518aff commit 6cf1b30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eggtimer/settings.py
Expand Up @@ -25,7 +25,7 @@
DEBUG = bool(int(os.environ.get('DJANGO_DEBUG', '0')))

ALLOWED_HOSTS = [
'jessamynsmith.ca',
'eggtimer.jessamynsmith.ca',
'eggtimer.herokuapp.com',
'165.227.42.38',
'localhost',
Expand Down

0 comments on commit 6cf1b30

Please sign in to comment.