mirror of
https://github.com/Permissionless-Software-Foundation/ipfs-bch-wallet-service.git
synced 2026-09-21 16:52:03 -07:00
Refactored users REST API controller and router
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
/*
|
||||
Mocks for Koa 'app' object.
|
||||
*/
|
||||
|
||||
const app = {
|
||||
use: () => {}
|
||||
}
|
||||
|
||||
module.exports = app
|
||||
Reference in New Issue
Block a user