Skip to content

Commit

Permalink
adds allowed host
Browse files Browse the repository at this point in the history
  • Loading branch information
JB-Tellez committed Feb 19, 2024
1 parent 5132308 commit 3b0be3b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion class-31/demo/things-api/things_api_project/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@
# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = True

ALLOWED_HOSTS = []
ALLOWED_HOSTS = [
'0.0.0.0',
]


# Application definition
Expand Down

0 comments on commit 3b0be3b

Please sign in to comment.