mirror of
https://github.com/fullstack-cash/bch-api.git
synced 2026-09-22 17:22:04 -07:00
Refactored Util route class
This commit is contained in:
+12
-10
@@ -592,13 +592,15 @@ class UtilRoute {
|
||||
}
|
||||
}
|
||||
|
||||
module.exports = {
|
||||
router,
|
||||
// testableComponents: {
|
||||
// root,
|
||||
// validateAddressSingle,
|
||||
// validateAddressBulk,
|
||||
// sweepWif
|
||||
// }
|
||||
UtilRoute
|
||||
}
|
||||
// module.exports = {
|
||||
// router,
|
||||
// // testableComponents: {
|
||||
// // root,
|
||||
// // validateAddressSingle,
|
||||
// // validateAddressBulk,
|
||||
// // sweepWif
|
||||
// // }
|
||||
// UtilRoute
|
||||
// }
|
||||
|
||||
module.exports = UtilRoute
|
||||
|
||||
Reference in New Issue
Block a user