Skip to content

Commit 08383b3

Browse files
committed
fix: add postgresql for entry point
1 parent a2e8c3c commit 08383b3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/index.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ const MultiApigw = require('./baas/multi-apigw')
77
const MultiScf = require('./baas/multi-scf')
88
const Scf = require('./baas/scf')
99
const Tag = require('./baas/tag')
10+
const Postgresql = require('./baas/postgresql')
1011

1112
module.exports = {
1213
Apigw,
@@ -17,5 +18,6 @@ module.exports = {
1718
MultiApigw,
1819
MultiScf,
1920
Scf,
20-
Tag
21+
Tag,
22+
Postgresql
2123
}

0 commit comments

Comments
 (0)