update 00000

This commit is contained in:
smfahim25 2025-03-19 10:17:54 +06:00
parent af0d91ed94
commit 48f8013dfe

View file

@ -4,9 +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({});
api.get("/", () => {
return "Hello from PlanPostAI Canvas API";
});