From 6f20ab09dc54377b0bb479cb4468572b782c06f1 Mon Sep 17 00:00:00 2001 From: ThinLiquid Date: Sun, 12 Nov 2023 00:26:14 +0000 Subject: [PATCH] =?UTF-8?q?[=E2=9A=A1]=20Use=20FlowServer=20for=20bare?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/uv/uv.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/uv/uv.config.js b/public/uv/uv.config.js index 61b73ce..88e90e9 100644 --- a/public/uv/uv.config.js +++ b/public/uv/uv.config.js @@ -31,7 +31,7 @@ self.xor = { self.__uv$config = { prefix: '/service/', - bare: 'https://nebulaproxy.io/bare/', + bare: 'https://server.flow-works.me/bare/', encodeUrl: self.xor.encode, decodeUrl: self.xor.decode, handler: '/uv/uv.handler.js',