Skip to content

Commit

Permalink
Add endpoints page in Dev UI
Browse files Browse the repository at this point in the history
Signed-off-by: Phillip Kruger <phillip.kruger@gmail.com>
  • Loading branch information
phillip-kruger committed Nov 13, 2023
1 parent 6509e3b commit 53ec797
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public class EndpointsProcessor {
@BuildStep(onlyIf = IsDevelopment.class)
void addEndpointInfos(List<NotFoundPageDisplayableEndpointBuildItem> displayableEndpoints,
DevUIRecorder recorder, HttpRootPathBuildItem httpRoot) {

List<EndpointInfo> endpoints = displayableEndpoints
.stream()
.map(v -> new EndpointInfo(v.getEndpoint(httpRoot), v.getDescription()))
Expand Down

0 comments on commit 53ec797

Please sign in to comment.