Skip to content

Commit

Permalink
Merge pull request #210 from hotosm/kshitijrajsharma-patch-1
Browse files Browse the repository at this point in the history
BUG : Update settings.py
  • Loading branch information
kshitijrajsharma authored Feb 5, 2024
2 parents 281e69e + 0959f13 commit a80216d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/aiproject/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
HOSTNAME = env("HOSTNAME", default="127.0.0.1")
EXPORT_TOOL_API_URL = env(
"EXPORT_TOOL_API_URL",
default=" https://api-prod.raw-data.hotosm.org/v1",
default="https://api-prod.raw-data.hotosm.org/v1",
)

ALLOWED_HOSTS = ["localhost", "127.0.0.1", HOSTNAME]
Expand Down

0 comments on commit a80216d

Please sign in to comment.