We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6f2a12d + 28abd98 commit ab68cdfCopy full SHA for ab68cdf
1 file changed
procollab/settings.py
@@ -87,13 +87,15 @@
87
"debug_toolbar.middleware.DebugToolbarMiddleware",
88
]
89
90
-CORS_ALLOWED_ORIGINS = [
91
- "http://localhost:4200",
92
- "http://127.0.0.1:4200",
93
- "https://api.procollab.ru",
94
- "https://procollab-pr-7.onrender.com.",
95
- "http://localhost:8000",
96
-]
+# CORS_ALLOWED_ORIGINS = [
+# "http://localhost:4200",
+# "http://127.0.0.1:4200",
+# "https://api.procollab.ru",
+# "https://procollab-pr-7.onrender.com.",
+# "http://localhost:8000",
+# ] # FIXME:
97
+
98
+CORS_ALLOW_ALL_ORIGINS = True
99
100
INTERNAL_IPS = [
101
"127.0.0.1",
0 commit comments