mirror of
https://github.com/fullstack-cash/bch-api.git
synced 2026-09-21 16:52:04 -07:00
refactor(slp): Refactored SLP route library
This commit is contained in:
+2
-1
@@ -30,7 +30,7 @@ const MiningV3 = require('./routes/v3/full-node/mining')
|
||||
const networkV3 = require('./routes/v3/full-node/network')
|
||||
const RawtransactionsV3 = require('./routes/v3/full-node/rawtransactions')
|
||||
const utilV3 = require('./routes/v3/util')
|
||||
const slpV3 = require('./routes/v3/slp')
|
||||
const SlpV3 = require('./routes/v3/slp')
|
||||
const xpubV3 = require('./routes/v3/xpub')
|
||||
const blockbookV3 = require('./routes/v3/blockbook')
|
||||
const Ninsight = require('./routes/v3/ninsight')
|
||||
@@ -42,6 +42,7 @@ const blockchainV3 = new BlockchainV3()
|
||||
const controlV3 = new ControlV3()
|
||||
const miningV3 = new MiningV3()
|
||||
const rawtransactionsV3 = new RawtransactionsV3()
|
||||
const slpV3 = new SlpV3()
|
||||
|
||||
const app = express()
|
||||
|
||||
|
||||
+1395
-1403
File diff suppressed because it is too large
Load Diff
+691
-448
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user