Skip to content

Commit

Permalink
Merge pull request #46495 from melloware/Q46493-info
Browse files Browse the repository at this point in the history
Info endpoint displayed on endpoints dev ui
  • Loading branch information
geoand authored Feb 25, 2025
2 parents fdf397a + 33a2783 commit 453add3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,7 @@ RouteBuildItem defineRoute(InfoBuildTimeConfig buildTimeConfig,
return RouteBuildItem.newManagementRoute(buildTimeConfig.path())
.withRoutePathConfigKey("quarkus.info.path")
.withRequestHandler(recorder.handler(buildTimeInfo, infoContributors))
.displayOnNotFoundPage("Info")
.build();
}
}

0 comments on commit 453add3

Please sign in to comment.