Update Program.cs (#246)

pull/248/head
Rick Anderson 2024-01-18 10:24:55 -10:00 committed by GitHub
parent 556a0161a1
commit 66e783bcad
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@ app.UseHttpsRedirection();
app.UseStaticFiles();
app.MapRazorPages();
app.MapDefaultControllerRoute();
app.MapDefaultControllerRoute(); // RequireRateLimiting not called
app.Run();
// </snippet_2>