mirror of
https://github.com/pezkuwichain/pezkuwi-telemetry.git
synced 2026-05-30 21:41:07 +00:00
No https
This commit is contained in:
@@ -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) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user