diff --git a/study_sense/study_sense/settings.py b/study_sense/study_sense/settings.py index 3fb57d5..a2788af 100755 --- a/study_sense/study_sense/settings.py +++ b/study_sense/study_sense/settings.py @@ -104,6 +104,12 @@ ], } +ALLOWED_HOSTS = [ + 'studysense.onrender.com', + 'localhost', + '127.0.0.1', +] + CORS_ALLOWED_ORIGINS = [ "http://localhost:5173", "https://studysenseai.netlify.app"