From 560eea1e1e93b326bd3516c77a0b6f63e34a8008 Mon Sep 17 00:00:00 2001 From: "Mariano Z." Date: Mon, 5 May 2025 22:43:43 -0300 Subject: [PATCH] automated dev commit --- Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Program.cs b/Program.cs index da095e2..3baf854 100644 --- a/Program.cs +++ b/Program.cs @@ -29,7 +29,7 @@ app.UseRouting(); // Agregar redirección a la Wiki en la ruta raíz app.MapGet("/", context => { - context.Response.Redirect("https://git.mz.uy/marianozunino/dnic-soap/wiki/Gu%C3%ADa-para-generar-y-consumir-el-WSDL-del-servicio"); + context.Response.Redirect("https://git.mz.uy/marianozunino/dnic-soap/wiki/?action=_pages"); return Task.CompletedTask; });