Skip to content

Commit

Permalink
Merge pull request #1665 from airqo-platform/inventory-hot-fix
Browse files Browse the repository at this point in the history
Inventory csrf token fix
  • Loading branch information
Baalmart authored Nov 13, 2023
2 parents f5ff027 + 243ad4f commit 7bbc06f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inventory/Inventory/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = True

ALLOWED_HOSTS = ['*']
ALLOWED_HOSTS = ['staging-platform.airqo.net','platform.airqo.net']


# Application definition
Expand Down

0 comments on commit 7bbc06f

Please sign in to comment.