diff --git a/index.html b/index.html index 7a0344d..e6de7b1 100644 --- a/index.html +++ b/index.html @@ -63,12 +63,12 @@

Welches Land erlaubt Filesharing für private Zwecke straffrei?

-

http://spaceboyz.net:2342/

+

http://nedap.c3d2.de:2342/

-

http://spaceboyz.net:2342/

+

http://nedap.c3d2.de:2342/

Backend, where are thou?

diff --git a/package.json b/package.json index 694ec86..2352ef2 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,8 @@ "ltx":">=0.1.1", "websocket":">=1.0.1", "mime": ">=1.2.4", - "twitter": ">=0.1.17" + "twitter": ">=0.1.17", + "formidable": ">=1.0.8", + "qs": ">=0.4.0" } } \ No newline at end of file diff --git a/server.js b/server.js index d092f35..8456d8b 100644 --- a/server.js +++ b/server.js @@ -43,7 +43,7 @@ function connectNedap() { console.error(e.stack || e); setTimeout(connectNedap, 1000); }); - nedapClient.connect('ws://spaceboyz.net:2342/', 'quiz-nedap'); + nedapClient.connect('ws://nedap.c3d2.de:2342/', 'quiz-nedap'); } connectNedap();