Browse Source

remove line for test build

pull/1797/head
Your Name 3 years ago
parent
commit
9dafde68a3
1 changed files with 0 additions and 1 deletions
  1. +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>()


Loading…
Cancel
Save