update 00000

This commit is contained in:
smfahim25 2025-03-19 10:26:34 +06:00
parent 17b33bc81a
commit a7f383a0c8

View file

@ -13,7 +13,7 @@ const allowedOrigins = [
]; ];
const app = new Elysia({ const app = new Elysia({
prefix: "", prefix: "/api",
tags: ["Default"], tags: ["Default"],
}) })
.use( .use(
@ -33,7 +33,7 @@ const app = new Elysia({
) )
.use( .use(
swagger({ swagger({
path: "/api/docs", path: "/docs",
documentation: { documentation: {
info: { info: {
title: "Canvas API", title: "Canvas API",