allow things to hit endpoints
- SHA
09d4e1c7c0ff10298534478ac3781809a65d6cc2- Parents
-
e34266f - Tree
6954bde
09d4e1c
09d4e1c7c0ff10298534478ac3781809a65d6cc2e34266f
6954bde| Status | File | + | - |
|---|---|---|---|
| M |
backend/bashamole/settings.py
|
3 | 0 |
backend/bashamole/settings.pymodified@@ -145,6 +145,9 @@ DEFAULT_AUTO_FIELD = "django.db.models.BigAutoField" | ||
| 145 | 145 | CORS_ALLOWED_ORIGINS = [ |
| 146 | 146 | "http://localhost:3000", |
| 147 | 147 | "http://localhost:5173", |
| 148 | + "https://bashamole.sh", | |
| 149 | + "https://www.bashamole.sh", | |
| 150 | + "https://bashamole.vercel.app", | |
| 148 | 151 | ] |
| 149 | 152 | |
| 150 | 153 | # API settings |