diff --git a/Backend/Program.cs b/Backend/Program.cs index c37ac39..9cf2423 100644 --- a/Backend/Program.cs +++ b/Backend/Program.cs @@ -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"); \ No newline at end of file +app.Run("http://0.0.0.0:8080");