From cdbdb201a413ecd0e4d75dad6ee4bfbcf6229e47 Mon Sep 17 00:00:00 2001 From: CareyWong Date: Mon, 9 Mar 2020 00:01:51 +0800 Subject: [PATCH] =?UTF-8?q?=E7=9F=AD=E9=93=BE=E6=8E=A5=E5=90=8E=E7=AB=AF?= =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=87=B3=E6=9C=AC=E5=9C=B0=E6=9C=8D=E5=8A=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Subconverter.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/Subconverter.vue b/src/views/Subconverter.vue index d6c5294..9f785cd 100644 --- a/src/views/Subconverter.vue +++ b/src/views/Subconverter.vue @@ -212,7 +212,7 @@ const remoteConfigSample = "https://raw.githubusercontent.com/tindy2013/subconverter/master/base/config/example_external_config.ini"; const gayhubRelease = "https://github.com/tindy2013/subconverter/releases"; const defaultBackend = "https://api.wcc.best/sub?"; -const shortUrlBackend = "https://api.wcc.best/short"; +const shortUrlBackend = "https://s.wcc.best/short"; const configUploadBackend = "https://api.wcc.best/config/upload"; const tgBotLink = "https://t.me/CareyWong_bot";