Skip to content
This repository has been archived by the owner on Dec 5, 2023. It is now read-only.

Commit

Permalink
Merge pull request #27 from microservices-demo/rename-healthcheck-svc
Browse files Browse the repository at this point in the history
Rename cart to carts in healthcheck
  • Loading branch information
vlal authored Mar 14, 2017
2 parents ff2cc18 + 560fc86 commit bade28b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Map<String, List<HealthCheck>> getHealth() {
List<HealthCheck> healthChecks = new ArrayList<HealthCheck>();
Date dateNow = Calendar.getInstance().getTime();

HealthCheck app = new HealthCheck("cart", "OK", dateNow);
HealthCheck app = new HealthCheck("carts", "OK", dateNow);
HealthCheck database = new HealthCheck("carts-db", "OK", dateNow);

try {
Expand Down

0 comments on commit bade28b

Please sign in to comment.