Merge branch 'release' into dev
This commit is contained in:
commit
b457fb47d3
|
|
@ -73,7 +73,6 @@ namespace AutobahnTestServer
|
|||
public static void Main(string[] args)
|
||||
{
|
||||
var host = new WebHostBuilder()
|
||||
.UseDefaultHostingConfiguration(args)
|
||||
.UseKestrel()
|
||||
.UseStartup<Startup>()
|
||||
.Build();
|
||||
|
|
|
|||
Loading…
Reference in New Issue