From 31e9508dc21d0a277f90a337155db637fe415fac Mon Sep 17 00:00:00 2001 From: smfahim25 Date: Wed, 19 Mar 2025 12:55:04 +0600 Subject: [PATCH] try to solve swagger issue --- src/app.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app.ts b/src/app.ts index 7f0db74..4ef4cc6 100644 --- a/src/app.ts +++ b/src/app.ts @@ -33,7 +33,7 @@ const app = new Elysia({ ) .use( swagger({ - path: "/api/docs", + path: "/docs", documentation: { info: { title: "Canvas API",