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
View File
@@ -11,7 +11,6 @@
"start": "node ./src/app.js",
"dev": "nodemon ./dist/app.js",
"test": "npm run test-v3",
"test-v2": "export NETWORK=testnet && nyc --reporter=text mocha --timeout 25000 test/v2/",
"test-v3": "export NETWORK=mainnet && nyc --reporter=text mocha --timeout 25000 test/v3/",
"test:integration": "mocha test/v3/integration",
"coverage": "nyc report --reporter=text-lcov | coveralls",