|
@@ -38,7 +38,7 @@ internal static class StartupExtensions
|
|
|
services.AddHttpContextAccessor();
|
|
|
|
|
|
#if DEBUG
|
|
|
- builder.WebHost.UseUrls("http://192.168.100.62:50110", "http://localhost:50110");
|
|
|
+ builder.WebHost.UseUrls("http://192.168.100.36:50110", "http://localhost:50110");
|
|
|
#endif
|
|
|
|
|
|
services.Configure<DeviceConfigs>(d => configuration.GetSection(nameof(DeviceConfigs)).Bind(d));
|