diff --git a/web/src/components/OtherSetting.js b/web/src/components/OtherSetting.js index d3b80e6..e85f361 100644 --- a/web/src/components/OtherSetting.js +++ b/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) {