rpc: unify acl branch and user

Signed-off-by: dzdidi <deniszalessky@gmail.com>
This commit is contained in:
dzdidi
2024-02-11 19:07:12 +00:00
parent 2213ab3ed0
commit 7d3884eb9a
6 changed files with 82 additions and 57 deletions

View File

@@ -1,5 +1,7 @@
const listRemote = require('./list-remote')
const bpr = require('./bpr-remote')
module.exports = {
listRemote,
bpr,
}