Skip to content

Commit

Permalink
#42 [Fix] Nginx - Health Test
Browse files Browse the repository at this point in the history
  • Loading branch information
JSoi committed Jul 26, 2022
1 parent 42a0847 commit 57a44c1
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,6 +15,6 @@ public class Nginx {

@GetMapping("/health")
public String main() {
return "Health UP";
return "Health Check";
}
}

0 comments on commit 57a44c1

Please sign in to comment.