diff --git a/src/api/index.ts b/src/api/index.ts index 7f0bef9..6b91186 100644 --- a/src/api/index.ts +++ b/src/api/index.ts @@ -4,7 +4,7 @@ import { uploadRoutes } from "./upload/upload.route"; import { authRoute } from "./auth/auth.route"; import { downloadRoute } from "./downloadCount/download.count.route"; -export const api = new Elysia({ prefix: "/api" }) +export const api = new Elysia({ prefix: "" }) .get("/", () => { console.log("Root endpoint accessed"); return "Hello from PlanPostAI Canvas API";