From 16c9c5f4d7a9ccf1a474c006d05d7d94f848de2d Mon Sep 17 00:00:00 2001 From: smfahim25 Date: Thu, 20 Mar 2025 13:57:29 +0600 Subject: [PATCH] try to solve --- src/app.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app.ts b/src/app.ts index 5a08f62..2448af9 100644 --- a/src/app.ts +++ b/src/app.ts @@ -27,7 +27,7 @@ const app = new Elysia() credentials: true, }) ) - .get("/test", () => "Hello World", {}) + .post("/test", () => "Hello World", {}) .use(api) .use( swagger({