change of swagger path to /api/docs
This commit is contained in:
parent
7d46b7bbf3
commit
d79af25e04
@ -41,7 +41,7 @@ async function bootstrap() {
|
|||||||
},
|
},
|
||||||
'access-token',
|
'access-token',
|
||||||
)
|
)
|
||||||
.addServer('/api/v1')
|
//.addServer('/api/v1')
|
||||||
.build();
|
.build();
|
||||||
|
|
||||||
const document = SwaggerModule.createDocument(app, config);
|
const document = SwaggerModule.createDocument(app, config);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user