From 2163f7bb6b362f11aa03960fe4e29b72fa709307 Mon Sep 17 00:00:00 2001 From: bog Date: Wed, 7 Feb 2024 19:21:51 +0100 Subject: [PATCH] :rocket: :bug: fix website cors origin. --- budjeto/settings.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/budjeto/settings.py b/budjeto/settings.py index 475cec7..2d99292 100644 --- a/budjeto/settings.py +++ b/budjeto/settings.py @@ -35,8 +35,8 @@ else: CORS_ALLOWED_ORIGINS = [ 'http://localhost:32145', 'http://localhost:3000', - 'http://budjeto.shellbox.fr/', - 'https://budjeto.shellbox.fr/' + 'http://budjeto.shellbox.fr', + 'https://budjeto.shellbox.fr' ] INSTALLED_APPS = [