zeroed-some/localtoast / f43e6d4

Browse files

update permitted urls

Authored by mfwolffe <wolffemf@dukes.jmu.edu>
SHA
f43e6d41e28256794fe40281f2dae6e336a94f6f
Parents
de27889
Tree
ca44a8e

1 changed file

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