fix libs location in test-run,add jpeg png support

This commit is contained in:
Sorawit Bholsithi 2023-10-10 00:23:42 +07:00
parent 8c3790bead
commit e43fabb216
14 changed files with 68 additions and 10 deletions

View file

@ -50,8 +50,6 @@ export async function docxTemplateX(base: string=".", tdata: templateData, outpu
}
/** javascript-obfuscator:disable
* @swagger
* /api/v1/report-template/docx:
@ -117,6 +115,14 @@ docxTemplateRoute.get("/", async function (req, res) {
* schema:
* type: string
* format: binary
* image/png:
* schema:
* type: string
* format: binary
* image/jpeg:
* schema:
* type: string
* format: binary
* 500:
* description: Server error
*