update permitted urls
Authored by
mfwolffe <wolffemf@dukes.jmu.edu>
- SHA
f43e6d41e28256794fe40281f2dae6e336a94f6f- Parents
-
de27889 - Tree
ca44a8e
f43e6d4
f43e6d41e28256794fe40281f2dae6e336a94f6fde27889
ca44a8e| Status | File | + | - |
|---|---|---|---|
| M |
backend/localtoast/settings.py
|
1 | 1 |
backend/localtoast/settings.pymodified@@ -110,7 +110,7 @@ REST_FRAMEWORK = { | ||
| 110 | 110 | CORS_ALLOWED_ORIGINS = [ |
| 111 | 111 | "http://localhost:3000", |
| 112 | 112 | "http://localhost:3001", |
| 113 | - "https://localtoast.vercel.app", # change me matt | |
| 113 | + "https://localtoast.fyi", # change me matt | |
| 114 | 114 | ] |
| 115 | 115 | |
| 116 | 116 | # Allow CORS during development |