Skip to content

Commit

Permalink
fix: allowed hosts
Browse files Browse the repository at this point in the history
  • Loading branch information
k1g99 committed Feb 16, 2024
1 parent 2f8ef56 commit ef7e9f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/fnet/production_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

SECRET_KEY = get_env("DJANGO_SECRET_KEY")

# ALLOWED_HOSTS = ["*"]
ALLOWED_HOSTS = ["*"]

DATA_DIR = "/data"

Expand Down

0 comments on commit ef7e9f4

Please sign in to comment.