Skip to content

Commit

Permalink
#42 [Fix] Nginx - Health Test - V7
Browse files Browse the repository at this point in the history
  • Loading branch information
JSoi committed Jul 27, 2022
1 parent 0d7463f commit 4d971e2
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 V6";
return "Health Check V7";
}

@GetMapping
Expand Down

0 comments on commit 4d971e2

Please sign in to comment.