We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37d69dd commit 1c90271Copy full SHA for 1c90271
1 file changed
procollab/settings.py
@@ -87,13 +87,13 @@
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
INTERNAL_IPS = [
99
"127.0.0.1",
0 commit comments