Skip to content

Commit

Permalink
v1.0.2 배포
Browse files Browse the repository at this point in the history
v1.0.2 배포
  • Loading branch information
Shin-Jae-Yoon authored Sep 10, 2023
2 parents 9a39519 + f6340bb commit a21a24f
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,7 @@ public void login(@RequestBody @Valid LogInReq logInReq, HttpServletResponse res

@GetMapping
@ResponseStatus(HttpStatus.OK)
public void healthCheck() { /* HealthCheck Root Path */ }
public String healthCheck() {
return "Health Check Success";
}
}

0 comments on commit a21a24f

Please sign in to comment.