mirror of
https://github.com/Permissionless-Software-Foundation/bch-dex.git
synced 2026-09-21 16:52:00 -07:00
Refactored JSON RPC validation library
This commit is contained in:
@@ -11,4 +11,10 @@ const ipfs = {
|
||||
}
|
||||
}
|
||||
|
||||
module.exports = { ipfs }
|
||||
const localdb = {
|
||||
Users: class Users {
|
||||
static findById () {}
|
||||
}
|
||||
}
|
||||
|
||||
module.exports = { ipfs, localdb }
|
||||
|
||||
Reference in New Issue
Block a user