From 1d8a01bb82f84ec391a20772fda4ccecc0f41259 Mon Sep 17 00:00:00 2001 From: michele Date: Tue, 23 Jul 2024 15:12:36 +0200 Subject: [PATCH] app.run --- Program.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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");