Skip to content

Commit

Permalink
Added clash.ebourque.com to allowed hosts
Browse files Browse the repository at this point in the history
  • Loading branch information
edbourque0 committed Sep 2, 2024
1 parent 99a2de5 commit 226fe46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clashstats/clashstats/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = True

ALLOWED_HOSTS = ["localhost", "127.0.0.1", "clashstats.azurewebsites.net", "10.0.0.28"]
ALLOWED_HOSTS = ["localhost", "127.0.0.1", "clashstats.azurewebsites.net", "10.0.0.28", "clash.ebourque.com"]


# Application definition
Expand Down

0 comments on commit 226fe46

Please sign in to comment.