We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c2a501 commit 564ad24Copy full SHA for 564ad24
backend/app/main.py
@@ -15,10 +15,10 @@
15
async def lifespan(app: FastAPI):
16
"""Lifespan context manager for FastAPI app."""
17
# Startup
18
- print("🚀 Starting HOTOSM Login Service")
+ print("Starting HOTOSM Login Service")
19
yield
20
# Shutdown
21
- print("👋 Shutting down HOTOSM Login Service")
+ print("Shutting down HOTOSM Login Service")
22
23
24
app = FastAPI(
@@ -56,6 +56,8 @@ async def lifespan(app: FastAPI):
56
"https://login.hotosm.org",
57
"https://chatmap.hotosm.org",
58
"https://chatmap-dev.hotosm.org",
59
+ "https://fair.hotosm.org",
60
+ "https://fair-dev.hotosm.org",
61
# Test environments
62
"https://testlogin.dronetm.hotosm.org",
63
"https://testlogin.fair.hotosm.org",
0 commit comments