update swagger
This commit is contained in:
@ -7,7 +7,12 @@ const doc = {
|
||||
description: config.get('app.description'),
|
||||
version: config.get('app.version')
|
||||
},
|
||||
host: config.get('server.host_swagger') + ':' + config.get('server.port'),
|
||||
servers: [
|
||||
{
|
||||
url: config.get('server.host_swagger'),
|
||||
description: 'Environtment ' + config.get('app.env')
|
||||
},
|
||||
],
|
||||
components: {
|
||||
schemas: {
|
||||
login: {
|
||||
|
||||
Reference in New Issue
Block a user