We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41fa228 commit 5211afeCopy full SHA for 5211afe
9.0/MauiBlazorWebIdentity/MauiBlazorWeb/MauiBlazorWeb.Web/Program.cs
@@ -41,7 +41,8 @@
41
42
builder.Services.AddSingleton<IEmailSender<ApplicationUser>, IdentityNoOpEmailSender>();
43
44
-// Learn more about configuring Swagger/OpenAPI at https://aka.ms/aspnetcore/swashbuckle
+// Learn more about configuring Swagger/OpenAPI at
45
+// https://learn.microsoft.com/aspnet/core/tutorials/getting-started-with-swashbuckle
46
builder.Services.AddEndpointsApiExplorer();
47
builder.Services.AddSwaggerGen();
48
0 commit comments