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