|
@ -1,7 +1,7 @@ |
|
|
const tor = require('../lib/tor'); |
|
|
const tor = require('../lib/tor'); |
|
|
const bandwidthChart = require('../lib/bandwidth-chart'); |
|
|
const bandwidthChart = require('../lib/bandwidth-chart'); |
|
|
|
|
|
|
|
|
module.exports = (req, res, next) => { |
|
|
module.exports = (req, res) => { |
|
|
Promise.all([ |
|
|
Promise.all([ |
|
|
tor.node(req.params.id), |
|
|
tor.node(req.params.id), |
|
|
tor.bandwidth(req.params.id) |
|
|
tor.bandwidth(req.params.id) |
|
|