diff --git a/lib/uv.config.js b/lib/uv.config.js index a997ac4..54dafe0 100644 --- a/lib/uv.config.js +++ b/lib/uv.config.js @@ -1,9 +1,9 @@ self.__uv$config = { - prefix: '/sw/', + prefix: '/service/', bare: '/bare/', encodeUrl: Ultraviolet.codec.xor.encode, decodeUrl: Ultraviolet.codec.xor.decode, handler: '/uv.handler.js', bundle: '/uv.bundle.js', - config: '/uv.config.js' -}; \ No newline at end of file + config: '/uv.config.js', +};