fix swagger
All checks were successful
Deploy Backend / docker (ubuntu-latest) (push) Successful in 40s

This commit is contained in:
Lee
2024-10-23 16:19:29 +01:00
parent 1bc2b35ec0
commit 55b9f0e4ef
2 changed files with 9 additions and 1 deletions

View File

@ -174,6 +174,14 @@ app.use(
version: await getAppVersion(),
},
},
scalarConfig: {
servers: [
{
url: "https://ssr.fascinated.cc/api",
description: "Production server",
},
],
},
})
);