移除端口绑定
This commit is contained in:
parent
a4b3331e95
commit
a7a38b4d74
@ -26,7 +26,7 @@ public class Program
|
||||
});
|
||||
await builder.AddApplicationAsync<JiShe.IoT.IoTHttpApiHostModule>();
|
||||
#if DEBUG
|
||||
builder.WebHost.UseUrls($"http://+:10500");
|
||||
//builder.WebHost.UseUrls($"http://+:10500");
|
||||
#endif
|
||||
var app = builder.Build();
|
||||
await app.InitializeApplicationAsync();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user