Skip to content

Commit

Permalink
#42 [Fix] Nginx - Health Test - V6
Browse files Browse the repository at this point in the history
  • Loading branch information
JSoi committed Jul 27, 2022
1 parent bb20298 commit 0d7463f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/mpnp/baechelin/util/Nginx.java
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public class Nginx {

@GetMapping("/health")
public String healthCheck() {
return "Health Check V5";
return "Health Check V6";
}

@GetMapping
Expand Down

0 comments on commit 0d7463f

Please sign in to comment.