Update repo link

This commit is contained in:
J. Fronny 2021-02-03 21:10:28 +00:00
parent 61ad0200ce
commit a81b45fef5
1 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
@page "/" @page "/"
@using System.Xml.Linq @using System.Xml.Linq
@using Microsoft.AspNetCore.WebUtilities @using Microsoft.AspNetCore.WebUtilities
@using Microsoft.Extensions.Primitives @using Microsoft.Extensions.Primitives
@ -177,7 +177,7 @@ Select a repository and click load to view contained packages
} }
else else
{ {
Link = "https://gitlab.com/JFronny/UpTool2/snippets/1988600/raw"; Link = "https://gitlab.com/uptool/UpTool2/-/snippets/1988600/raw/master/Repo.xml";
UpdateApps(); UpdateApps();
} }
_btnState = ""; _btnState = "";
@ -194,4 +194,4 @@ Select a repository and click load to view contained packages
} }
private Task<string> Req(string link) => Http.GetStringAsync(CorsProxy + link); private Task<string> Req(string link) => Http.GetStringAsync(CorsProxy + link);
} }