Skip to content

Commit

Permalink
Update settings.py
Browse files Browse the repository at this point in the history
Signed-off-by: NxPKG <[email protected]>
  • Loading branch information
NxPKG authored Dec 31, 2023
1 parent 7f9dff2 commit 2972606
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vercel_app/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 = ["*"]
ALLOWED_HOSTS = ['127.0.0.1', '.vercel.app']


# Application definition
Expand Down

0 comments on commit 2972606

Please sign in to comment.