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 line for test build
pull/1797/head
Your Name
3 years ago
parent
0b2ae87086
commit
9dafde68a3
1 changed files
with
0 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
src/Web/WebSPA/Program.cs
+ 0
- 1
src/Web/WebSPA/Program.cs
View File
@ -1,5 +1,4 @@
await
BuildWebHost
(
args
)
.
RunAsync
(
)
;
IWebHost
BuildWebHost
(
string
[
]
args
)
=
>
WebHost
.
CreateDefaultBuilder
(
args
)
.
UseStartup
<
Startup
>
(
)
Write
Preview
Loading…
Cancel
Save