change of swagger path to /api/docs
This commit is contained in:
parent
3eee920a58
commit
23d56229ae
@ -45,7 +45,7 @@ async function bootstrap() {
|
||||
.build();
|
||||
|
||||
const document = SwaggerModule.createDocument(app, config);
|
||||
SwaggerModule.setup('api', app, document);
|
||||
SwaggerModule.setup('api/v1/api', app, document);
|
||||
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user