add vercel url
Authored by
mfwolffe <wolffemf@dukes.jmu.edu>
- SHA
9e49bea35729c892fc6f6267457f560ccea8a024- Parents
-
f43e6d4 - Tree
ed386e4
9e49bea
9e49bea35729c892fc6f6267457f560ccea8a024f43e6d4
ed386e4| Status | File | + | - |
|---|---|---|---|
| M |
backend/localtoast/settings.py
|
2 | 1 |
backend/localtoast/settings.pymodified@@ -110,7 +110,8 @@ REST_FRAMEWORK = { | ||
| 110 | 110 | CORS_ALLOWED_ORIGINS = [ |
| 111 | 111 | "http://localhost:3000", |
| 112 | 112 | "http://localhost:3001", |
| 113 | - "https://localtoast.fyi", # change me matt | |
| 113 | + "https://localtoast-frontend.vercel.app", | |
| 114 | + "https://localtoast.fyi", | |
| 114 | 115 | ] |
| 115 | 116 | |
| 116 | 117 | # Allow CORS during development |