update API documentation

This commit is contained in:
raymond 2025-09-12 02:55:46 +00:00
parent b1b2dcf18c
commit f0eb8f1577
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View file

@ -49,7 +49,7 @@ const swaggerOptions = {
}, },
], ],
}, },
apis: ["./server_convolution.ts"], // Pointing to the correct, renamed file apis: ["./server.ts"], // Pointing to the correct, renamed file
}; };
const swaggerSpec = swaggerJsdoc(swaggerOptions); const swaggerSpec = swaggerJsdoc(swaggerOptions);