mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-05-06 02:32:28 +00:00
Split project listen urls
This commit is contained in:
parent
4caef5fd63
commit
8cb9abfd3e
6 changed files with 25 additions and 6 deletions
|
@ -22,7 +22,7 @@ public static class Program
|
|||
webBuilder =>
|
||||
{
|
||||
webBuilder.UseStartup<ApiStartup>();
|
||||
webBuilder.UseUrls(ServerConfiguration.Instance.ListenUrl);
|
||||
webBuilder.UseUrls(ServerConfiguration.Instance.ApiListenUrl);
|
||||
}
|
||||
)
|
||||
.ConfigureLogging
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue