ports
Authored by
mfwolffe <wolffemf@dukes.jmu.edu>
- SHA
fbe7527ea5201fbf9c3c7711c3a4b2d21203ffab- Parents
-
5b10e6b - Tree
5792073
fbe7527
fbe7527ea5201fbf9c3c7711c3a4b2d21203ffab5b10e6b
5792073| Status | File | + | - |
|---|---|---|---|
| M |
backend/bashamole/settings.py
|
1 | 0 |
backend/bashamole/settings.pymodified@@ -144,6 +144,7 @@ DEFAULT_AUTO_FIELD = "django.db.models.BigAutoField" | ||
| 144 | 144 | |
| 145 | 145 | CORS_ALLOWED_ORIGINS = [ |
| 146 | 146 | "http://localhost:3000", |
| 147 | + "http://localhost:3001", | |
| 147 | 148 | "http://localhost:5173", |
| 148 | 149 | "https://bashamole.sh", |
| 149 | 150 | "https://www.bashamole.sh", |