preserve the count on the page

This commit is contained in:
2022-09-13 11:11:24 +03:00
parent 5c838f604e
commit abd0d689ab
2 changed files with 1 additions and 1 deletions
@@ -51,6 +51,7 @@ else {
protected override async Task OnInitializedAsync()
{
list = await Http.GetFromJsonAsync<RobotSolutionModel[]>("MartianRobots");
lostRobots = await Http.GetFromJsonAsync<int>("MartianRobots\\LostRobots");
}
private async Task Solve()
-1
View File
@@ -37,7 +37,6 @@ app.UseBlazorFrameworkFiles();
app.UseStaticFiles();
app.UseRouting();
app.UseHttpsRedirection();
app.MapRazorPages();
app.MapControllers();