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