Skip to content

Commit 199c0e5

Browse files
committed
userurls kaldirildi.
1 parent c54e369 commit 199c0e5

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

ChatSample/ChatSample/Program.cs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@ public static void Main (string[] args) {
77
}
88
public static IHostBuilder CreateHostBuilder (string[] args) =>
99
Host.CreateDefaultBuilder (args)
10-
.ConfigureWebHostDefaults (webBuilder => {
11-
webBuilder.UseStartup<Startup> ()
12-
.UseUrls ("http://localhost:4000");
13-
});
10+
.ConfigureWebHostDefaults (webBuilder => { webBuilder.UseStartup<Startup> (); });
1411
}
1512
}

0 commit comments

Comments
 (0)