update api docs master data
This commit is contained in:
@ -9,6 +9,6 @@ export class SwaggerHelper {
|
|||||||
explorer: false
|
explorer: false
|
||||||
};
|
};
|
||||||
|
|
||||||
app.use('/api-docs', swaggerUi.serve, swaggerUi.setup(swaggerDocument, options));
|
app.use('/api/docs', swaggerUi.serve, swaggerUi.setup(swaggerDocument, options));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user