automated dev commit
This commit is contained in:
parent
3fa01de2d9
commit
560eea1e1e
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ app.UseRouting();
|
||||||
// Agregar redirección a la Wiki en la ruta raíz
|
// Agregar redirección a la Wiki en la ruta raíz
|
||||||
app.MapGet("/", context =>
|
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;
|
return Task.CompletedTask;
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue