瀏覽代碼

fix: fix wrong repo url

JustSong 2 年之前
父節點
當前提交
3fe6625e16
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      web/src/components/OtherSetting.js

+ 1 - 1
web/src/components/OtherSetting.js

@@ -76,7 +76,7 @@ const OtherSetting = () => {
 
   const checkUpdate = async () => {
     const res = await API.get(
-      'https://api.github.com/repos/songquanpeng/gin-template/releases/latest'
+      'https://api.github.com/repos/songquanpeng/message-pusher/releases/latest'
     );
     const { tag_name, body } = res.data;
     if (tag_name === process.env.REACT_APP_VERSION) {