Skip to content

Commit f97bd7d

Browse files
committed
Add ChatMap to CORS allowed origins
1 parent 4492b63 commit f97bd7d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

backend/app/main.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,12 @@ async def lifespan(app: FastAPI):
4646
"https://dronetm.hotosm.test",
4747
"https://fair.hotosm.test",
4848
"https://openaerialmap.hotosm.test",
49+
"https://chatmap.hotosm.test",
4950
# Production domains
5051
"https://portal.hotosm.org",
5152
"https://dev.login.hotosm.org",
5253
"https://login.hotosm.org",
54+
"https://chatmap.hotosm.org",
5355
# Test environments
5456
"https://testlogin.dronetm.hotosm.org",
5557
"https://testlogin.fair.hotosm.org",

0 commit comments

Comments
 (0)