Removed a lingering solution file that was not needed. Within Program.cs I changed the port to 5002
This commit is contained in:
+2
-1
@@ -19,6 +19,7 @@ namespace Icarus
|
||||
|
||||
public static IWebHostBuilder CreateWebHostBuilder(string[] args) =>
|
||||
WebHost.CreateDefaultBuilder(args)
|
||||
.UseStartup<Startup>();
|
||||
.UseStartup<Startup>()
|
||||
.UseUrls("http://localhost:5002");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user