From 506584241c8138df3f1a0b756648e6ea2e94c820 Mon Sep 17 00:00:00 2001 From: SKairinos Date: Fri, 29 Sep 2023 17:33:51 +0100 Subject: [PATCH] use www --- codeforlife/settings/third_party.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codeforlife/settings/third_party.py b/codeforlife/settings/third_party.py index e9ea2cd7..4da01a78 100644 --- a/codeforlife/settings/third_party.py +++ b/codeforlife/settings/third_party.py @@ -9,4 +9,4 @@ CORS_ALLOW_ALL_ORIGINS = DEBUG CORS_ALLOW_CREDENTIALS = True -CORS_ALLOWED_ORIGINS = ["https://codeforlife.education"] +CORS_ALLOWED_ORIGINS = ["https://www.codeforlife.education"]