From 6479b5ea433a639b733047fe99908db4467b2feb Mon Sep 17 00:00:00 2001 From: michele Date: Mon, 5 Aug 2024 17:31:54 +0200 Subject: [PATCH] program --- Program.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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");