Route /api/contacts, /api/calendar and /api/settings to EmailService

FixAPIService
Shipped
September 5, 2026 at 1:52 AM UTC
Author
Kamo
Commit
fa797ab

KamoMobile's contacts and calendar screens 404'd on every request. Neither path was routed at the api host, so nothing reached EmailService and the service logged nothing at all — the failure is invisible from the far side. kamo-internal never needed these here: it reaches all three through its own BFF routes under app/api/*, which forward to kamowsemail-service with the path preserved. KamoMobile talks to this host directly, so the gateway has to know about them too. This is the identical trap /api/email fell into, whose fix is three lines above this one and carries the same comment. Anything the web reaches through a BFF route is unrouted here until somebody says otherwise.

All changes

Like what you see shipping?

Every one of these updates lands in your workspace automatically. Start free and watch it grow week after week.

Start Free ForeverView Pricing