Skip to content

Commit

Permalink
forgot to add https
Browse files Browse the repository at this point in the history
  • Loading branch information
lostmypillow committed Aug 13, 2024
1 parent e3b160b commit b138f89
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion jrar/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@
'django.contrib.messages',
'django.contrib.staticfiles',
]
CORS_ALLOWED_ORIGINS = ['http://localhost:5173', 'lostmypillow.github.io/jRAR-web']
CORS_ALLOWED_ORIGINS = [
'http://localhost:5173', 'https://lostmypillow.github.io/jRAR-web']
MIDDLEWARE = [
"corsheaders.middleware.CorsMiddleware",
"django.middleware.common.CommonMiddleware",
Expand Down

0 comments on commit b138f89

Please sign in to comment.