We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c90271 commit 28abd98Copy full SHA for 28abd98
1 file changed
procollab/settings.py
@@ -95,6 +95,8 @@
95
# "http://localhost:8000",
96
# ] # FIXME:
97
98
+CORS_ALLOW_ALL_ORIGINS = True
99
+
100
INTERNAL_IPS = [
101
"127.0.0.1",
102
]
0 commit comments