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 = [