fix swagger
All checks were successful
Deploy Backend / docker (ubuntu-latest) (push) Successful in 40s
All checks were successful
Deploy Backend / docker (ubuntu-latest) (push) Successful in 40s
This commit is contained in:
@ -174,6 +174,14 @@ app.use(
|
||||
version: await getAppVersion(),
|
||||
},
|
||||
},
|
||||
scalarConfig: {
|
||||
servers: [
|
||||
{
|
||||
url: "https://ssr.fascinated.cc/api",
|
||||
description: "Production server",
|
||||
},
|
||||
],
|
||||
},
|
||||
})
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user