Test
Some checks failed
Build and Push to Gitea Registry / publish-images (push) Failing after 17s

This commit is contained in:
2026-02-17 19:26:14 -03:00
parent 158cc1dae7
commit 38e5092ed1

View File

@@ -6,4 +6,4 @@ app.UseCors(policy => policy.AllowAnyOrigin().AllowAnyMethod().AllowAnyHeader())
app.MapGet("/api/saludo", () => new { mensaje = "¡Hola desde el Backend en C#!" });
app.Run("http://0.0.0.0:8080");
app.Run("http://0.0.0.0:8080");