From 32bc40fedfa780f652182165cd28d39b38254881 Mon Sep 17 00:00:00 2001 From: Jason <59297610+caracal-js@users.noreply.github.com> Date: Fri, 25 Feb 2022 20:08:02 -0500 Subject: [PATCH] Update uv.config.js --- lib/uv.config.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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', +};