Code cleanup

This commit is contained in:
kdeng00
2021-12-29 14:13:38 -05:00
parent 3a6e0f64bc
commit 5669cdbdd0
4 changed files with 3 additions and 3 deletions
-1
View File
@@ -37,7 +37,6 @@ namespace Icarus
}
public static IHostBuilder CreateHostBuilder(string[] args) =>
// TODO: Need to add Logging support and maybe adding CLI port support
Host.CreateDefaultBuilder(args)
.ConfigureWebHostDefaults(webBuilder =>
{