diff --git a/Program.cs b/Program.cs index 80be876..b31f181 100644 --- a/Program.cs +++ b/Program.cs @@ -77,5 +77,5 @@ app.UseAuthorization(); app.MapControllers(); -app.Run(); -//app.Run("http://localhost:6000"); +//app.Run(); +app.Run("http://localhost:6000");