From 074f3b65a8422eca4062aeb4da6b3f82f405d996 Mon Sep 17 00:00:00 2001 From: CareyWong Date: Fri, 13 Mar 2020 22:51:18 +0800 Subject: [PATCH] Modify myurls backend --- 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 1e16715..b2325f2 100644 --- a/src/views/Subconverter.vue +++ b/src/views/Subconverter.vue @@ -214,7 +214,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://s.wcc.best/short"; +const shortUrlBackend = "https://api.suo.yt/short"; const configUploadBackend = "https://api.wcc.best/config/upload"; const tgBotLink = "https://t.me/CareyWong_bot";