Skip to content

Commit 5211afe

Browse files
authored
Update Swashbuckle link (#562)
1 parent 41fa228 commit 5211afe

File tree

1 file changed

+2
-1
lines changed
  • 9.0/MauiBlazorWebIdentity/MauiBlazorWeb/MauiBlazorWeb.Web

1 file changed

+2
-1
lines changed

9.0/MauiBlazorWebIdentity/MauiBlazorWeb/MauiBlazorWeb.Web/Program.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@
4141

4242
builder.Services.AddSingleton<IEmailSender<ApplicationUser>, IdentityNoOpEmailSender>();
4343

44-
// Learn more about configuring Swagger/OpenAPI at https://aka.ms/aspnetcore/swashbuckle
44+
// Learn more about configuring Swagger/OpenAPI at
45+
// https://learn.microsoft.com/aspnet/core/tutorials/getting-started-with-swashbuckle
4546
builder.Services.AddEndpointsApiExplorer();
4647
builder.Services.AddSwaggerGen();
4748

0 commit comments

Comments
 (0)