Lakka-LibreELEC/packages/addons/service/snapserver/snapweb/config.js

5 lines
No EOL
163 B
JavaScript

"use strict";
let config = {
baseUrl: (window.location.protocol === 'https:' ? 'wss://' : 'ws://') + window.location.host
};
//# sourceMappingURL=config.js.map