Skip to content

Commit e67daaa

Browse files
committed
Tweak default middleware message
1 parent fa502de commit e67daaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Benchmarks/Startup.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ public void Configure(IApplicationBuilder app)
145145

146146
app.UseDebugInfoPage();
147147

148-
app.Run(context => context.Response.WriteAsync("Try /plaintext instead"));
148+
app.Run(context => context.Response.WriteAsync("Try /plaintext instead, or /debug for more information"));
149149
}
150150

151151
public class Options

0 commit comments

Comments
 (0)