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({
|
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",
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue