Skip to content

Commit 1c90271

Browse files
committed
Oops
1 parent 37d69dd commit 1c90271

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

procollab/settings.py

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -87,13 +87,13 @@
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:
9797

9898
INTERNAL_IPS = [
9999
"127.0.0.1",

0 commit comments

Comments
 (0)