This website works better with JavaScript.
Home
Explore
Help
Sign In
ayan.poddar
/
eShopOnContainers
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
19
Wiki
Activity
Browse Source
remove U+feff
pull/1988/head
moon_o_o
2 years ago
parent
8438a6a652
commit
b1276e4f3e
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/ApiGateways/Mobile.Bff.Shopping/aggregator/Program.cs
+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
)
=
>
WebHost
.
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
)
=
>
WebHost
Write
Preview
Loading…
Cancel
Save