🚀 🐛 fix website cors origin.

main
bog 2024-02-07 19:21:51 +01:00
parent 20180a0965
commit 2163f7bb6b
1 changed files with 2 additions and 2 deletions

View File

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