diff --git a/Program.cs b/Program.cs index 57ce991..3d23712 100644 --- a/Program.cs +++ b/Program.cs @@ -71,5 +71,5 @@ app.UseAuthorization(); app.MapControllers(); -app.Run(); -//app.Run("http://localhost:6000"); +//app.Run(); +app.Run("http://localhost:6000");