Skip to content

Commit 2fd6f34

Browse files
committed
Updates informational route to stop server
1 parent 4f9f639 commit 2fd6f34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Samples/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public static void Main(string[] args)
3030
var sb = new StringBuilder(Environment.NewLine);
3131
sb.Append($"********************************************************************************{Environment.NewLine}");
3232
sb.Append($"* Server listening on {string.Join(", ", server.Prefixes)}{Environment.NewLine}");
33-
sb.Append($"* Stop server by going to {server.Prefixes.First()}stop{Environment.NewLine}");
33+
sb.Append($"* Stop server by going to {server.Prefixes.First()}/api/stop{Environment.NewLine}");
3434
sb.Append($"********************************************************************************{Environment.NewLine}");
3535
s.Logger.LogDebug(sb.ToString());
3636

0 commit comments

Comments
 (0)