Jelajahi Sumber

automated dev commit

Mariano Z. 9 bulan lalu
induk
melakukan
560eea1e1e
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      Program.cs

+ 1 - 1
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;
 });