Skip to content

Commit

Permalink
Use correct BASE_URL for the API (#3804)
Browse files Browse the repository at this point in the history
  • Loading branch information
AetherUnbound authored Feb 20, 2024
1 parent 1cf6c6a commit 1212e00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/conf/settings/security.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"0.0.0.0",
]

BASE_URL = config("BASE_URL", default="https://openverse.org/")
BASE_URL = config("BASE_URL", default="https://api.openverse.engineering/")

# Trusted origins for CSRF
# https://docs.djangoproject.com/en/4.2/ref/settings/#csrf-trusted-origins
Expand Down

0 comments on commit 1212e00

Please sign in to comment.