Add line to test in local
This commit is contained in:
parent
7f6801c1f8
commit
104d968739
@ -21,6 +21,7 @@ namespace ManagerService
|
|||||||
.ConfigureWebHostDefaults(webBuilder =>
|
.ConfigureWebHostDefaults(webBuilder =>
|
||||||
{
|
{
|
||||||
webBuilder.UseStartup<Startup>();
|
webBuilder.UseStartup<Startup>();
|
||||||
|
//webBuilder.UseUrls("http://192.168.31.228:5000"); // "http://192.168.31.228:5000" To test in local
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user