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
-1
View File
@@ -37,7 +37,6 @@ app.UseBlazorFrameworkFiles();
app.UseStaticFiles();
app.UseRouting();
app.UseHttpsRedirection();
app.MapRazorPages();
app.MapControllers();