Skip to content

Commit

Permalink
Merge pull request #140 from Bitcoin-com/stage
Browse files Browse the repository at this point in the history
1.12.2
  • Loading branch information
cgcardona authored Dec 3, 2018
2 parents 0ffcbb6 + cca9789 commit 11ba32e
Show file tree
Hide file tree
Showing 35 changed files with 10,940 additions and 17,834 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ test-local-server
coverage
start-my-infra
dist/routes/**
package-lock.json
6 changes: 3 additions & 3 deletions dist/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,11 +90,11 @@ app.use("/" + v2prefix + "/" + "blockchain", blockchainV2.router);
app.use("/" + v2prefix + "/" + "block", blockV2.router);
app.use("/" + v2prefix + "/" + "control", controlV2.router);
app.use("/" + v2prefix + "/" + "generating", generatingV2);
app.use("/" + v2prefix + "/" + "mining", miningV2);
app.use("/" + v2prefix + "/" + "mining", miningV2.router);
app.use("/" + v2prefix + "/" + "network", networkV2);
app.use("/" + v2prefix + "/" + "rawtransactions", rawtransactionsV2.router);
app.use("/" + v2prefix + "/" + "transaction", transactionV2);
app.use("/" + v2prefix + "/" + "util", utilV2);
app.use("/" + v2prefix + "/" + "transaction", transactionV2.router);
app.use("/" + v2prefix + "/" + "util", utilV2.router);
app.use("/" + v2prefix + "/" + "dataRetrieval", dataRetrievalV2.router);
app.use("/" + v2prefix + "/" + "payloadCreation", payloadCreationV2);
// catch 404 and forward to error handler
Expand Down
Loading

0 comments on commit 11ba32e

Please sign in to comment.