update 00000
This commit is contained in:
parent
17b33bc81a
commit
a7f383a0c8
1 changed files with 2 additions and 2 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue