vmi-virtual-memorial/vmi-wd-backend / 01e7229

Browse files

add domains

Authored by espadonne
SHA
01e7229a9be961fba308ee4134f8675693f6efd3
Parents
69048df
Tree
c1c890e

1 changed file

StatusFile+-
M vmi_wardead_be/settings.py 2 0
vmi_wardead_be/settings.pymodified
@@ -130,6 +130,8 @@ DEFAULT_AUTO_FIELD = 'django.db.models.BigAutoField'
130130
 CORS_ALLOWED_ORIGINS = [
131131
     "http://localhost:3000",
132132
     "http://127.0.0.1:3000",
133
+    "https://vmimemorial.com",
134
+    "https://www.vmimemorial.com",
133135
 ]
134136
 
135137
 # REST Framework settings