Skip to content

Commit 7a1e97e

Browse files
author
anjmao
committed
Add missing space
1 parent 3f6bf54 commit 7a1e97e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

netcore/Program.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ public static IWebHost BuildWebHost(string[] args) =>
2626
.UseUrls("http://*:5000")
2727
.Build();
2828
}
29+
2930
class Response
3031
{
3132
public string Id { get; set; }

0 commit comments

Comments
 (0)