mirror of
https://github.com/claunia/marechai.git
synced 2026-07-08 17:57:08 +00:00
fix: update web server URL port from 5000 to 5050
This commit is contained in:
@@ -43,7 +43,7 @@ public static class Program
|
||||
.ConfigureWebHostDefaults(webBuilder =>
|
||||
{
|
||||
webBuilder.UseStartup<Startup>()
|
||||
.UseUrls("http://*:5000");
|
||||
.UseUrls("http://*:5050");
|
||||
})
|
||||
.Build();
|
||||
}
|
||||
Reference in New Issue
Block a user