Skip to content

Commit

Permalink
Merge pull request quarkusio#15830 from stuartwdouglas/flyway-dev-con…
Browse files Browse the repository at this point in the history
…sole-fix

Fix Flyway dev console link
  • Loading branch information
geoand authored Mar 18, 2021
2 parents beda65e + e6ac2d8 commit 0bed41e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ public DevConsoleRuntimeTemplateInfoBuildItem collectBeanInfo() {
@BuildStep
@Record(value = RUNTIME_INIT, optional = true)
DevConsoleRouteBuildItem invokeEndpoint(FlywayDevConsoleRecorder recorder) {
return new DevConsoleRouteBuildItem("containers", "POST", recorder.handler());
return new DevConsoleRouteBuildItem("datasources", "POST", recorder.handler());
}
}

0 comments on commit 0bed41e

Please sign in to comment.