Skip to content

Commit

Permalink
Merge pull request #160 from geoand/rest-client-health
Browse files Browse the repository at this point in the history
Follow up on using new REST Client URL
  • Loading branch information
geoand authored May 29, 2024
2 parents 459c010 + a51d4c3 commit 2b0b782
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/modules/ROOT/pages/10_health.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ import jakarta.ws.rs.HttpMethod;
@ApplicationScoped
public class CustomHealthCheck {
@ConfigProperty(name = "com.redhat.developers.FruityViceService/mp-rest/url")
@ConfigProperty(name = "quarkus.rest-client.\"com.redhat.developers.FruityViceService\".url")
String externalURL;
@Readiness //<1>
Expand Down

0 comments on commit 2b0b782

Please sign in to comment.