Skip to content

Commit

Permalink
Disable stuckTransfers endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
patitonar committed Oct 17, 2018
1 parent ee781fe commit 2283b32
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions index.js
Expand Up @@ -73,6 +73,8 @@ app.get('/eventsStats', async (req, res, next) => {
})

// responses/stuckTransfers.json
// Only applicable for bridge-rust-v1-native-to-erc
/*
app.get('/stuckTransfers', async (req, res, next) => {
try {
const results = await readFile('./responses/stuckTransfers.json')
Expand All @@ -83,6 +85,7 @@ app.get('/stuckTransfers', async (req, res, next) => {
next(e)
}
})
*/

const port = process.env.PORT || 3000
app.set('port', port)
Expand Down

0 comments on commit 2283b32

Please sign in to comment.