From 27df8bd84cfceb4154bb7543a7d1fc58fc8d1b04 Mon Sep 17 00:00:00 2001
From: panlinlin <648540858@qq.com>
Date: 星期一, 12 四月 2021 11:51:47 +0800
Subject: [PATCH] 添加丢失的文件

---
 web_src/src/components/dialog/addStreamTOGB.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/web_src/src/components/dialog/addStreamTOGB.vue b/web_src/src/components/dialog/addStreamTOGB.vue
index d5373fb..7dc8a87 100644
--- a/web_src/src/components/dialog/addStreamTOGB.vue
+++ b/web_src/src/components/dialog/addStreamTOGB.vue
@@ -90,7 +90,7 @@
       console.log("onSubmit");
       var that = this;
       that.$axios
-        .post(`/api/push/saveToGB`, that.proxyParam)
+        .post(`/api/push/save_to_gb`, that.proxyParam)
         .then(function (res) {
           console.log(res);
           console.log(res.data == "success");

--
Gitblit v1.8.0