Skip to content

Commit ab68cdf

Browse files
authored
Merge pull request #59 from PROCOLLAB-github/dev
Dev
2 parents 6f2a12d + 28abd98 commit ab68cdf

1 file changed

Lines changed: 9 additions & 7 deletions

File tree

procollab/settings.py

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -87,13 +87,15 @@
8787
"debug_toolbar.middleware.DebugToolbarMiddleware",
8888
]
8989

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-
]
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+
# ] # FIXME:
97+
98+
CORS_ALLOW_ALL_ORIGINS = True
9799

98100
INTERNAL_IPS = [
99101
"127.0.0.1",

0 commit comments

Comments
 (0)