1
This commit is contained in:
parent
f623f77e1b
commit
2c615ab97d
15
server/common/dbpool.js
Normal file
15
server/common/dbpool.js
Normal file
@ -0,0 +1,15 @@
|
||||
async function getBcEventConn() {
|
||||
|
||||
}
|
||||
|
||||
async function getBcNftConn() {
|
||||
|
||||
}
|
||||
|
||||
async function getGameConn() {
|
||||
|
||||
}
|
||||
|
||||
exports.getBcEventConn = getBcEventConn;
|
||||
exports.getBcNftConn = getBcNftConn;
|
||||
exports.getGameConn = getGameConn;
|
Loading…
x
Reference in New Issue
Block a user