Revelav3/static/mobile/uv/uv.config.js
2022-06-07 01:54:29 -04:00

10 lines
No EOL
282 B
JavaScript

self.__uv$config = {
prefix: '/mobile/go/',
bare: '/bare/',
encodeUrl: Ultraviolet.codec.xor.encode,
decodeUrl: Ultraviolet.codec.xor.decode,
handler: '/uv/uv.handler.js',
bundle: '/uv/uv.bundle.js',
config: '/uv/uv.config.js',
sw: '/uv/uv.sw.js',
};