add domains
- SHA
01e7229a9be961fba308ee4134f8675693f6efd3- Parents
-
69048df - Tree
c1c890e
01e7229
01e7229a9be961fba308ee4134f8675693f6efd369048df
c1c890e| Status | File | + | - |
|---|---|---|---|
| M |
vmi_wardead_be/settings.py
|
2 | 0 |
vmi_wardead_be/settings.pymodified@@ -130,6 +130,8 @@ DEFAULT_AUTO_FIELD = 'django.db.models.BigAutoField' | ||
| 130 | 130 | CORS_ALLOWED_ORIGINS = [ |
| 131 | 131 | "http://localhost:3000", |
| 132 | 132 | "http://127.0.0.1:3000", |
| 133 | + "https://vmimemorial.com", | |
| 134 | + "https://www.vmimemorial.com", | |
| 133 | 135 | ] |
| 134 | 136 | |
| 135 | 137 | # REST Framework settings |