Skip to content

Commit 86660aa

Browse files
author
FalkWolsky
committed
Updating Node Service with new Lowcoder API Spec
1 parent 70f1227 commit 86660aa

File tree

2 files changed

+10644
-0
lines changed

2 files changed

+10644
-0
lines changed

server/node-service/src/plugins/lowcoder/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,12 @@ import { parseOpenApi, ParseOpenApiOptions } from "../openApi/parse";
88

99
import spec10 from './lowcoder.spec-v1.0.json';
1010
import spec11 from './lowcoder.spec-v1.1.json';
11+
import spec12 from './lowcoder.spec-v1.2.json';
1112

1213
const specs = {
1314
"v1.0": spec10,
1415
"v1.1": spec11,
16+
"v1.2": spec12,
1517
}
1618

1719
const dataSourceConfig = {

0 commit comments

Comments
 (0)