Skip to content

Commit

Permalink
Remove debug mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Layoric committed Nov 20, 2024
1 parent 8130342 commit 3ce3079
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions MyApp/Configure.AppHost.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ public void Configure(IWebHostBuilder builder) => builder
public override void Configure()
{
SetConfig(new HostConfig {
IgnorePathInfoPrefixes = { "/appsettings", "/_framework" },
DebugMode = true
IgnorePathInfoPrefixes = { "/appsettings", "/_framework" }
});
}
}

0 comments on commit 3ce3079

Please sign in to comment.