Merge pull request #47 from Flow-Works/thin-dev-branch

[] Use FlowServer for bare
This commit is contained in:
ThinLiquid 2023-11-12 00:27:02 +00:00 committed by GitHub
commit 900fda7857
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -31,7 +31,7 @@ self.xor = {
self.__uv$config = { self.__uv$config = {
prefix: '/service/', prefix: '/service/',
bare: 'https://nebulaproxy.io/bare/', bare: 'https://server.flow-works.me/bare/',
encodeUrl: self.xor.encode, encodeUrl: self.xor.encode,
decodeUrl: self.xor.decode, decodeUrl: self.xor.decode,
handler: '/uv/uv.handler.js', handler: '/uv/uv.handler.js',