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({
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",