mirror of
https://github.com/zoriya/elysia-swagger.git
synced 2025-12-06 00:36:10 +00:00
🎉 feat: merge Scalar
This commit is contained in:
@@ -9,8 +9,8 @@ const app = new Elysia({
|
||||
swagger({
|
||||
documentation: {
|
||||
info: {
|
||||
title: 'Elysia',
|
||||
version: '0.7.0'
|
||||
title: 'Elysia Swagger',
|
||||
version: '0.8.1'
|
||||
},
|
||||
tags: [
|
||||
{
|
||||
@@ -36,8 +36,8 @@ const app = new Elysia({
|
||||
},
|
||||
swaggerOptions: {
|
||||
persistAuthorization: true
|
||||
},
|
||||
}
|
||||
})
|
||||
)
|
||||
.use(plugin)
|
||||
.listen(8080)
|
||||
.listen(3000)
|
||||
|
||||
@@ -43,4 +43,4 @@ const app = new Elysia({
|
||||
})
|
||||
)
|
||||
.use(plugin)
|
||||
.listen(8080)
|
||||
.listen(3000)
|
||||
|
||||
Reference in New Issue
Block a user