no origin

This commit is contained in:
Ondrej Zara 2019-04-14 22:34:44 +02:00
parent e0ab191d72
commit 51c3bd1ea9

View file

@ -58,5 +58,6 @@ function onRequest(request, response) {
}
let httpServer = require("http").createServer(onRequest).listen(port);
require("ws2mpd").ws2mpd(httpServer, `http://localhost:${port}`);
require("ws2mpd").ws2mpd(httpServer, /.*/);
//require("ws2mpd").ws2mpd(httpServer, `http://localhost:${port}`);
//require("ws2mpd").logging(false);