This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user