From a7f383a0c8376fc80a84b4917e48d5e5b8b59d22 Mon Sep 17 00:00:00 2001 From: smfahim25 Date: Wed, 19 Mar 2025 10:26:34 +0600 Subject: [PATCH] update 00000 --- src/app.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app.ts b/src/app.ts index 3634c7e..f68637a 100644 --- a/src/app.ts +++ b/src/app.ts @@ -13,7 +13,7 @@ const allowedOrigins = [ ]; const app = new Elysia({ - prefix: "", + prefix: "/api", tags: ["Default"], }) .use( @@ -33,7 +33,7 @@ const app = new Elysia({ ) .use( swagger({ - path: "/api/docs", + path: "/docs", documentation: { info: { title: "Canvas API",