Skip to content

Commit 6f2a12d

Browse files
authored
Merge pull request #58 from PROCOLLAB-github/dev
hopefully fix CORS_ALLOWED_ORIGINS
2 parents 714a5ec + 37d69dd commit 6f2a12d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

procollab/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
"http://localhost:4200",
9292
"http://127.0.0.1:4200",
9393
"https://api.procollab.ru",
94-
"https://procollab-pr-*.onrender.com.",
94+
"https://procollab-pr-7.onrender.com.",
9595
"http://localhost:8000",
9696
]
9797

0 commit comments

Comments
 (0)