This commit is contained in:
@@ -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",
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user