04549adba5
Hono's basePath() creates a sub-app that captures /api/* requests. Route handlers on the parent app are not reachable for paths that match the sub-app's middleware. Moving the handler to the api sub-app (with path /auth/** instead of /api/auth/**) fixes the 404. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>