Merge pull request #327 from tadic-luka/patch-1

Thanks!
This commit is contained in:
Robert Muehsig
2019-10-28 23:30:54 +01:00
committed by GitHub

View File

@@ -64,6 +64,11 @@ public static IWebHost BuildWebHost(string[] args)
Open the Electron Window in the Startup.cs file:
```csharp
public void ConfigureServices(IServiceCollection services)
{
services.AddMvc(option => option.EnableEndpointRouting = false);
}
public void Configure(IApplicationBuilder app, IHostingEnvironment env)
{
if (env.IsDevelopment())