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