fix(api): mount /v1 router via .route, not basePath
This commit is contained in:
@@ -59,7 +59,6 @@ const historyQuerySchema = z.object({
|
||||
});
|
||||
|
||||
export const v1Router = new Hono<Env>()
|
||||
.basePath("/v1")
|
||||
.use(enforceApiKey)
|
||||
|
||||
// POST /v1/messages — send to a topic
|
||||
|
||||
Reference in New Issue
Block a user