浏览代码

automated dev commit

Mariano Z. 9 月之前
父节点
当前提交
560eea1e1e
共有 1 个文件被更改,包括 1 次插入1 次删除
  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;
 });