We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4492b63 commit f97bd7dCopy full SHA for f97bd7d
backend/app/main.py
@@ -46,10 +46,12 @@ async def lifespan(app: FastAPI):
46
"https://dronetm.hotosm.test",
47
"https://fair.hotosm.test",
48
"https://openaerialmap.hotosm.test",
49
+ "https://chatmap.hotosm.test",
50
# Production domains
51
"https://portal.hotosm.org",
52
"https://dev.login.hotosm.org",
53
"https://login.hotosm.org",
54
+ "https://chatmap.hotosm.org",
55
# Test environments
56
"https://testlogin.dronetm.hotosm.org",
57
"https://testlogin.fair.hotosm.org",
0 commit comments