zeroed-some/bashamole / 09d4e1c

Browse files

allow things to hit endpoints

Authored by espadonne
SHA
09d4e1c7c0ff10298534478ac3781809a65d6cc2
Parents
e34266f
Tree
6954bde

1 changed file

StatusFile+-
M backend/bashamole/settings.py 3 0
backend/bashamole/settings.pymodified
@@ -145,6 +145,9 @@ DEFAULT_AUTO_FIELD = "django.db.models.BigAutoField"
145145
 CORS_ALLOWED_ORIGINS = [
146146
     "http://localhost:3000",
147147
     "http://localhost:5173",
148
+    "https://bashamole.sh",
149
+    "https://www.bashamole.sh",
150
+    "https://bashamole.vercel.app",
148151
 ]
149152
 
150153
 # API settings