mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2024-12-15 13:19:46 +00:00
b4accbb4d6
As per forum request: https://forum.libreelec.tv/thread/23750-snapserver-enable-http-json-rpc-http-post-and-websockets/?postID=153424#post153424
5 lines
163 B
JavaScript
5 lines
163 B
JavaScript
"use strict";
|
|
let config = {
|
|
baseUrl: (window.location.protocol === 'https:' ? 'wss://' : 'ws://') + window.location.host
|
|
};
|
|
//# sourceMappingURL=config.js.map
|