mirror of
https://github.com/fullstack-cash/bch-api.git
synced 2026-09-21 16:52:04 -07:00
feat(full-node): moved full node routes to their own subdir
This commit is contained in:
+1
-1
@@ -11,7 +11,7 @@
|
||||
|
||||
const chai = require("chai")
|
||||
const assert = chai.assert
|
||||
const controlRoute = require("../../src/routes/v3/control")
|
||||
const controlRoute = require("../../src/routes/v3/full-node/control")
|
||||
const nock = require("nock") // HTTP mocking
|
||||
|
||||
let originalEnvVars // Used during transition from integration to unit tests.
|
||||
|
||||
Reference in New Issue
Block a user