We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f64b780 + aa98b85 commit 5af8e48Copy full SHA for 5af8e48
README.md
@@ -64,6 +64,11 @@ public static IWebHost BuildWebHost(string[] args)
64
Open the Electron Window in the Startup.cs file:
65
66
```csharp
67
+public void ConfigureServices(IServiceCollection services)
68
+{
69
+ services.AddMvc(option => option.EnableEndpointRouting = false);
70
+}
71
+
72
public void Configure(IApplicationBuilder app, IHostingEnvironment env)
73
{
74
if (env.IsDevelopment())
0 commit comments