zeroed-some/localtoast / 9e49bea

Browse files

add vercel url

Authored by mfwolffe <wolffemf@dukes.jmu.edu>
SHA
9e49bea35729c892fc6f6267457f560ccea8a024
Parents
f43e6d4
Tree
ed386e4

1 changed file

StatusFile+-
M backend/localtoast/settings.py 2 1
backend/localtoast/settings.pymodified
@@ -110,7 +110,8 @@ REST_FRAMEWORK = {
110110
 CORS_ALLOWED_ORIGINS = [
111111
     "http://localhost:3000",
112112
     "http://localhost:3001",
113
-    "https://localtoast.fyi", # change me matt
113
+    "https://localtoast-frontend.vercel.app",
114
+    "https://localtoast.fyi",
114115
 ]
115116
 
116117
 # Allow CORS during development