snapcast/server/etc/snapweb/config.js
2021-01-31 22:59:31 +01:00

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