From a552eb2a10f3cae96e69651f373201a1f04e0a35 Mon Sep 17 00:00:00 2001 From: Chneemann Date: Fri, 16 Aug 2024 19:29:07 +0200 Subject: [PATCH] bugfix --- backend/videoflix/videoflix/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/videoflix/videoflix/settings.py b/backend/videoflix/videoflix/settings.py index 7dbff23..56a4e9a 100644 --- a/backend/videoflix/videoflix/settings.py +++ b/backend/videoflix/videoflix/settings.py @@ -43,7 +43,7 @@ ALLOWED_HOSTS = [ ] CORS_ALLOWED_ORIGINS = [ - 'https://35.198.182.146' + 'https://35.198.182.146', 'https://34.65.133.166', 'http://localhost:4200', 'https://videoflix.andre-kempf.com',