Skip to content

Commit 33a2783

Browse files
committed
Info endpoint displayed on endpoints dev ui
1 parent fdf397a commit 33a2783

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

extensions/info/deployment/src/main/java/io/quarkus/info/deployment/InfoProcessor.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -299,6 +299,7 @@ RouteBuildItem defineRoute(InfoBuildTimeConfig buildTimeConfig,
299299
return RouteBuildItem.newManagementRoute(buildTimeConfig.path())
300300
.withRoutePathConfigKey("quarkus.info.path")
301301
.withRequestHandler(recorder.handler(buildTimeInfo, infoContributors))
302+
.displayOnNotFoundPage("Info")
302303
.build();
303304
}
304305
}

0 commit comments

Comments
 (0)