From c43e79df0386e87900f14abbded3b9b48fde275b Mon Sep 17 00:00:00 2001 From: michele Date: Tue, 25 Jun 2024 12:14:11 +0200 Subject: [PATCH] michele giri --- Controllers/GiriChiudiController.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Controllers/GiriChiudiController.cs b/Controllers/GiriChiudiController.cs index 6faa2dc..eef5ffa 100644 --- a/Controllers/GiriChiudiController.cs +++ b/Controllers/GiriChiudiController.cs @@ -25,7 +25,8 @@ namespace SoftwayWeb.Controllers // GET: GiriChiudiController public ActionResult Index() { - return View(); + // return View(); + return RedirectToAction("index", "giri"); } public ActionResult Chiudi(string id) {