fix some bug and update document
This commit is contained in:
parent
bb6dbd8055
commit
8c3790bead
9 changed files with 74 additions and 33 deletions
|
|
@ -6,24 +6,19 @@ const swaggerOptions = {
|
|||
openapi: "3.1.0",
|
||||
info: {
|
||||
title: "Report Server",
|
||||
version: "0.1.0",
|
||||
version: "0.8.0",
|
||||
description:
|
||||
"Advance Create and convert document API for microservice.",
|
||||
"Advance create and convert document API for microservice era.",
|
||||
license: {
|
||||
name: "by Frappet",
|
||||
url: "https://frappet.com",
|
||||
},
|
||||
},
|
||||
servers: [
|
||||
{
|
||||
url: "https://report-server.frappet.synology.me",
|
||||
},
|
||||
{
|
||||
url: "http://localhost:3000",
|
||||
},
|
||||
{
|
||||
url: "http://192.168.2.100:3000",
|
||||
},
|
||||
{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"},
|
||||
],
|
||||
},
|
||||
apis: ["./libs/*.ts"],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue