zeroed-some/localtoast / 487fdab

Browse files

urls

Authored by mfwolffe <wolffemf@dukes.jmu.edu>
SHA
487fdab3adeed248f5a54cb015bc5e8d2a63ce3c
Parents
9e49bea
Tree
9763a31

1 changed file

StatusFile+-
M backend/localtoast/settings.py 2 0
backend/localtoast/settings.pymodified
@@ -111,6 +111,8 @@ CORS_ALLOWED_ORIGINS = [
111111
     "http://localhost:3000",
112112
     "http://localhost:3001",
113113
     "https://localtoast-frontend.vercel.app",
114
+    "https://www.localtoast-frontend.vercel.app",
115
+    "https://www.localtoast.fyi",
114116
     "https://localtoast.fyi",
115117
 ]
116118