diff --git a/Program.cs b/Program.cs index 8cc2218..dafc8b0 100644 --- a/Program.cs +++ b/Program.cs @@ -49,5 +49,5 @@ app.UseAuthorization(); app.MapControllers(); -//app.Run(); -app.Run("http://localhost:6000"); +app.Run(); +//app.Run("http://localhost:6000");