From 97c2508cf101b5a62cb554d7a34d188f29a54aa0 Mon Sep 17 00:00:00 2001 From: bipproduction Date: Thu, 9 Oct 2025 15:09:49 +0800 Subject: [PATCH] tamabahan --- src/index.tsx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/index.tsx b/src/index.tsx index e8fd47d..15b4f14 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -23,6 +23,11 @@ const ApiUser = new Elysia({ return { user: user as User } + },{ + detail: { + summary: "find", + description: "find user", + } }) const Api = new Elysia({