This commit is contained in:
maciejhirsz
2018-07-02 17:47:11 +02:00
parent ffeded6427
commit 81ef3ee14e
+1 -1
View File
@@ -16,7 +16,7 @@ const incomingTelemetry = new WebSocket.Server({ port: 1024 });
const telemetryFeed = new WebSocket.Server({ server }); const telemetryFeed = new WebSocket.Server({ server });
app.get('/', function (req, res) { app.get('/', function (req, res) {
res.send('See live listing at <a href="http://telemetry.polkadot.io/">https://telemetry.polkadot.io/<a>'); res.send('See live listing at <a href="http://telemetry.polkadot.io/">telemetry.polkadot.io/<a>');
}); });
incomingTelemetry.on('connection', async (socket: WebSocket) => { incomingTelemetry.on('connection', async (socket: WebSocket) => {