Signed-off-by: ale <ale@manalejandro.com>
Este commit está contenido en:
ale
2025-10-09 03:11:18 +02:00
padre 13c2298ac0
commit bd95c72b24

Ver fichero

@@ -20,7 +20,8 @@ app.use(cors());
app.use(express.json()); app.use(express.json());
// Swagger Documentation // Swagger Documentation
app.use('/api-docs', swaggerUi.serve, swaggerUi.setup(swaggerSpec)); app.use('/api-docs', swaggerUi.serve);
app.get('/api-docs', swaggerUi.setup(swaggerSpec));
// Health check // Health check
app.get('/health', (req: Request, res: Response) => { app.get('/health', (req: Request, res: Response) => {