This website requires JavaScript.
Explore
Help
Sign In
psf
/
ipfs-bch-wallet-service
Watch
1
Star
0
Fork
0
mirror of
https://github.com/Permissionless-Software-Foundation/ipfs-bch-wallet-service.git
synced
2026-09-21 16:52:03 -07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
a2232f7147b60124e1200e52d139e56464ed9384
ipfs-bch-wallet-service
/
test
/
unit
/
mocks
/
app-mock.js
T
10 lines
90 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Refactored users REST API controller and router
2021-07-12 17:37:49 -07:00
/*
Mocks for Koa 'app' object.
*/
const
app
=
{
use
:
()
=>
{}
}
fixed linting issue
2022-09-08 08:58:39 -07:00
export
default
app
;
Reference in New Issue
Copy Permalink