Skip to content

Commit

Permalink
Fix extension method name.
Browse files Browse the repository at this point in the history
  • Loading branch information
dgarciarubio committed Nov 6, 2024
1 parent 0703a0d commit d3dc225
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AspNetCore.Examples.OpenTelemetry.Api/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@
app.MapScalarApiReference();
}

app.MapWeatherForecast();
app.MapWeatherForecastEndpoints();

app.Run();

0 comments on commit d3dc225

Please sign in to comment.