timeseries branch commit #2

Merged
raymond merged 2 commits from timeseries into main 2025-09-24 02:36:08 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit f0eb8f1577 - Show all commits

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);