Some improvements in UI
This commit is contained in:
@@ -113,7 +113,7 @@ const options = {
|
||||
};
|
||||
|
||||
const specs = swaggerJsdoc(options);
|
||||
app.use('/api-docs', passport.ensureAuthenticatedDoLogin, swaggerUi.serve, swaggerUi.setup(specs));
|
||||
app.use('/api-docs', swaggerUi.serve, swaggerUi.setup(specs));
|
||||
|
||||
|
||||
app.listen(3000, () => {
|
||||
|
||||
Reference in New Issue
Block a user