urls
Authored by
mfwolffe <wolffemf@dukes.jmu.edu>
- SHA
487fdab3adeed248f5a54cb015bc5e8d2a63ce3c- Parents
-
9e49bea - Tree
9763a31
487fdab
487fdab3adeed248f5a54cb015bc5e8d2a63ce3c9e49bea
9763a31| Status | File | + | - |
|---|---|---|---|
| M |
backend/localtoast/settings.py
|
2 | 0 |
backend/localtoast/settings.pymodified@@ -111,6 +111,8 @@ CORS_ALLOWED_ORIGINS = [ | ||
| 111 | 111 | "http://localhost:3000", |
| 112 | 112 | "http://localhost:3001", |
| 113 | 113 | "https://localtoast-frontend.vercel.app", |
| 114 | + "https://www.localtoast-frontend.vercel.app", | |
| 115 | + "https://www.localtoast.fyi", | |
| 114 | 116 | "https://localtoast.fyi", |
| 115 | 117 | ] |
| 116 | 118 | |