Skip to content

Commit a1fae9d

Browse files
committed
Add Replay UI description
Description is visible on http://localhost:8080/q/dev-ui/endpoints and 404 page in dev mode
1 parent 4245d84 commit a1fae9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deployment/src/main/java/io/quarkiverse/githubapp/deployment/GitHubAppProcessor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ void replayUi(GitHubAppRecorder recorder,
344344
routes.produce(httpRootPath.routeBuilder().route(REPLAY_UI_PATH).handler(handler).build());
345345
routes.produce(httpRootPath.routeBuilder().route(REPLAY_UI_PATH + "/*").handler(handler).build());
346346

347-
displayableEndpoints.produce(new NotFoundPageDisplayableEndpointBuildItem(REPLAY_UI_PATH + "/"));
347+
displayableEndpoints.produce(new NotFoundPageDisplayableEndpointBuildItem(REPLAY_UI_PATH + "/", "Replay UI"));
348348
}
349349

350350
private static Collection<EventDefinition> getAllEventDefinitions(IndexView index) {

0 commit comments

Comments
 (0)