backup
This commit is contained in:
parent
37a6fa2f72
commit
8b08b389f6
|
@ -0,0 +1,2 @@
|
||||||
|
node_modules
|
||||||
|
.env
|
|
@ -1,5 +1,5 @@
|
||||||
const MPPClient = require('mpp-client-xt');
|
const MPPClient = require('mpp-client-xt');
|
||||||
const client = new MPPClient("wss://ts.terrium.net:8443", undefined);
|
const client = new MPPClient("wss://mpp.hri7566.info:8443", undefined);
|
||||||
const fs = require('fs');
|
const fs = require('fs');
|
||||||
|
|
||||||
client.start();
|
client.start();
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
[]
|
Loading…
Reference in New Issue