fix: fix wrong repo url

This commit is contained in:
JustSong
2023-04-16 20:29:29 +08:00
parent 9b78d5ea14
commit 3fe6625e16
+1 -1
View File
@@ -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) {