Como conectar um Swagger UI Express
[ Base URL: localhost:3000 ] app.use(
'/docs',
swaggerUi.serve,
swaggerUi.setup(swaggerDocument, { explorer: true }),
)
Purple Team