fix Payload Too Large for convert file api

This commit is contained in:
oom 2024-06-28 10:39:52 +07:00
parent 96d732bb96
commit ba8175204c
9 changed files with 169 additions and 157 deletions

View file

@ -6,11 +6,11 @@ const swaggerOptions = {
openapi: "3.1.0",
info: {
title: "Report Server",
version: "0.8.0",
version: "0.8.1",
description:
"Advance create and convert document API for microservice era.",
"Technical preview releases - Report Server <br/>Advance create and convert document API for microservice era. ",
license: {
name: "by Frappet",
name: "by oom@Frappet",
url: "https://frappet.com",
},
},
@ -18,7 +18,7 @@ const swaggerOptions = {
{url: "https://report-server.frappet.synology.me"},
{url:"https://bma-ehr.frappet.synology.me/"},
{url: "http://localhost:3000"},
{url: "http://192.168.2.100:3000"},
{url: "http://192.168.2.101:3001"},
],
},
apis: ["./libs/*.ts"],