diff --git a/kita/src/routes/index.ts b/kita/src/routes/index.ts index 0a29825d..bfc6621c 100644 --- a/kita/src/routes/index.ts +++ b/kita/src/routes/index.ts @@ -1,3 +1,3 @@ export function get() { - return { hello: 'world' } + return { hello: 'world' } as const }