Skip to content

Commit a5fbc8d

Browse files
authored
Merge pull request #638 from rsvoboda/replay-ui.desc
Add Replay UI description
2 parents 4245d84 + a1fae9d commit a5fbc8d

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)