Browse Source

remove U+feff

pull/1988/head
moon_o_o 2 years ago
parent
commit
b1276e4f3e
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      src/ApiGateways/Mobile.Bff.Shopping/aggregator/Program.cs
  2. +1
    -1
      src/ApiGateways/Web.Bff.Shopping/aggregator/Program.cs

+ 1
- 1
src/ApiGateways/Mobile.Bff.Shopping/aggregator/Program.cs View File

@ -1,4 +1,4 @@
await BuildWebHost(args).RunAsync();
await BuildWebHost(args).RunAsync();
IWebHost BuildWebHost(string[] args) => IWebHost BuildWebHost(string[] args) =>
WebHost WebHost
.CreateDefaultBuilder(args) .CreateDefaultBuilder(args)


+ 1
- 1
src/ApiGateways/Web.Bff.Shopping/aggregator/Program.cs View File

@ -1,4 +1,4 @@
await BuildWebHost(args).RunAsync();
await BuildWebHost(args).RunAsync();
IWebHost BuildWebHost(string[] args) => IWebHost BuildWebHost(string[] args) =>
WebHost WebHost


Loading…
Cancel
Save