🚀 add website cors origin.

main
bog 2024-02-07 19:19:10 +01:00
parent 53ebcff4dd
commit 20180a0965
1 changed files with 2 additions and 0 deletions

View File

@ -35,6 +35,8 @@ else:
CORS_ALLOWED_ORIGINS = [ CORS_ALLOWED_ORIGINS = [
'http://localhost:32145', 'http://localhost:32145',
'http://localhost:3000', 'http://localhost:3000',
'http://budjeto.shellbox.fr/',
'https://budjeto.shellbox.fr/'
] ]
INSTALLED_APPS = [ INSTALLED_APPS = [