We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7723998 commit f551ceaCopy full SHA for f551cea
1 file changed
Source/Singulink.Cryptography.Pwned.Service/Program.cs
@@ -21,7 +21,8 @@
21
22
app.UseHttpsRedirection();
23
24
-app.MapGet("/", () => Results.Redirect("/swagger"));
+app.MapGet("/", () => Results.Redirect("/swagger"))
25
+ .ExcludeFromDescription();
26
27
app.MapGet("/CheckPassword", CheckPasswordAsync)
28
.Produces<CheckPasswordResult>()
0 commit comments