Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
YujithIsura committed Oct 10, 2022
1 parent 25cb45c commit 1c12524
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def env_var(key, default=None):
DEBUG = env_var('django_debug', True)

ALLOWED_HOSTS = [
env_var('API_BASE_HOST','*'),
env_var('API_BASE_HOST','localhost'),
]


Expand Down

0 comments on commit 1c12524

Please sign in to comment.