This website requires JavaScript.
Explore
Help
Sign In
psf
/
ipfs-bch-wallet-consumer
Watch
1
Star
0
Fork
0
mirror of
https://github.com/Permissionless-Software-Foundation/ipfs-bch-wallet-consumer.git
synced
2026-09-21 16:52:03 -07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
master
ipfs-bch-wallet-consumer
/
test
/
unit
/
mocks
/
app-mock.js
T
Add File
New File
Upload File
Apply Patch
Copy Permalink
Download directory as ZIP
Download directory as TAR.GZ
10 lines
90 B
JavaScript
Raw
Permalink
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