X-Git-Url: https://www.kengrimes.com/gitweb/?p=henge%2Fkiak.git;a=blobdiff_plain;f=main.js;h=2db22401c5e2e73cd1ea0b4adaf45cc1c998fcfa;hp=9153f767c221590606b910689b0b9346613edebf;hb=d37eeff687a6a392fb574e602940b4e96b828aea;hpb=309f9b9b1dbb1fc2811ea603e4ac67e5395397fb diff --git a/main.js b/main.js index 9153f76..2db2240 100644 --- a/main.js +++ b/main.js @@ -38,7 +38,7 @@ const https_router = https.createServer(https_router_opts, (request, response) = https_routes[ht_argv[0]] = new_route }).then(() => { let str = String(fs.readFileSync('remote-server.html')) - response.write(str.replace("$HOST","wss://www.strapp.io").replace("$PORT",new_route.port)) + response.write(str.replace("$HOST","www.strapp.io").replace("$PORT",new_route.port)) response.end() }) }