Skip to content

Commit bc780d4

Browse files
committed
changed CORS_ALLOWED_ORIGINS to account for new domain hopefully
1 parent e232f76 commit bc780d4

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

procollab/settings.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,9 @@
9090
CORS_ALLOWED_ORIGINS = [
9191
"http://localhost:4200",
9292
"http://127.0.0.1:4200",
93+
"https://api.procollab.ru",
94+
"https://procollab-pr-*.onrender.com.",
95+
"http://localhost:8000",
9396
]
9497

9598
INTERNAL_IPS = [

0 commit comments

Comments
 (0)