Commit 17f8a5ec by qiusenming

fix

parent a65260f9
<?xml version="1.0"?>
<doc>
<assembly>
<name>LogisticsApiService</name>
</assembly>
<members>
</members>
</doc>
...@@ -19,7 +19,7 @@ namespace LogisticsApiService ...@@ -19,7 +19,7 @@ namespace LogisticsApiService
public static IWebHostBuilder CreateWebHostBuilder(string[] args) => public static IWebHostBuilder CreateWebHostBuilder(string[] args) =>
WebHost.CreateDefaultBuilder(args) WebHost.CreateDefaultBuilder(args)
.UseUrls("http://*:8877") .UseUrls("http://*:80")
.UseStartup<Startup>(); .UseStartup<Startup>();
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment