main commit
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-10-16 16:30:25 +09:00
parent 91c7e04474
commit 537e7b363f
1146 changed files with 45926 additions and 77196 deletions

View File

@@ -59,6 +59,7 @@ SERVICES = {
"location": os.getenv("LOCATION_SERVICE_URL", "http://localhost:8003"),
"calendar": os.getenv("CALENDAR_SERVICE_URL", "http://localhost:8004"),
"notifications": os.getenv("NOTIFICATION_SERVICE_URL", "http://localhost:8005"),
"nutrition": os.getenv("NUTRITION_SERVICE_URL", "http://localhost:8006"),
}
# Rate limiting (simple in-memory implementation)
@@ -732,6 +733,7 @@ async def root():
"location": "/api/v1/locations/update, /api/v1/locations/safe-places",
"calendar": "/api/v1/calendar/entries, /api/v1/calendar/cycle-overview",
"notifications": "/api/v1/notifications/devices, /api/v1/notifications/history",
"nutrition": "/api/v1/nutrition/foods, /api/v1/nutrition/daily-summary",
},
"docs": "/docs",
}