feat(full-node): moved full node routes to their own subdir

This commit is contained in:
Chris Troutner
2019-10-31 14:37:54 -07:00
parent f74b33cf9b
commit 9b5827752e
38 changed files with 18 additions and 7681 deletions
+1 -1
View File
@@ -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.