From c0fa9921fdd979dbc504805316321e07503bdd08 Mon Sep 17 00:00:00 2001 From: Potato <105754685+dragon731012@users.noreply.github.com> Date: Fri, 12 Apr 2024 13:57:15 -0500 Subject: [PATCH] Update uv.config.js --- uv/uv.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uv/uv.config.js b/uv/uv.config.js index 25761743..4a19d949 100644 --- a/uv/uv.config.js +++ b/uv/uv.config.js @@ -1,6 +1,6 @@ self.__uv$config = { prefix: '/service/', - bare: 'https://bear.lema.cl', + bare: 'https://collegeapp.me/v/', encodeUrl: Ultraviolet.codec.xor.encode, decodeUrl: Ultraviolet.codec.xor.decode, handler: '/uv/uv.handler.js',