Some improvements in UI

This commit is contained in:
Manuel Romero
2020-02-21 16:43:08 +01:00
parent 3bcadb8fe2
commit f1a79ac477
19 changed files with 13311 additions and 177 deletions

View File

@@ -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, () => {