This commit is contained in:
wixy 2019-04-01 14:12:25 +08:00
parent 57719354d7
commit 3c61d44af1
2 changed files with 0 additions and 1 deletions

Binary file not shown.

View File

@ -184,7 +184,6 @@ namespace Ultron.Ngrok
public void CheckUpdateAsync()
{
string checkUrl = "https://blog.wixy.cn/api/release/" + AssemblyProduct + "/" + AssemblyVersion;
checkUrl = "https://blog.wixy.cn/api/release/NisStartTool/0.0.1";
HttpGet(checkUrl);
}