From 1212e002b96c1971688d37fa5d8c29af01519c07 Mon Sep 17 00:00:00 2001 From: Madison Swain-Bowden Date: Tue, 20 Feb 2024 14:53:48 -0800 Subject: [PATCH] Use correct BASE_URL for the API (#3804) --- api/conf/settings/security.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/conf/settings/security.py b/api/conf/settings/security.py index b2e26c64b50..657f522edb9 100644 --- a/api/conf/settings/security.py +++ b/api/conf/settings/security.py @@ -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