Skip to content

Commit

Permalink
feat: health check api 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
KarmaPol committed Apr 27, 2024
1 parent 2f11905 commit e3a2014
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@
public class AuthController {
private final AuthService authService;

@GetMapping("/health-check")
public void healthCheck() {
}

@Operation(summary = "(구 방식) 소셜 로그인을 합니다. /oauth2/authorization/{provider}", description = "/oauth2/authorization/{provider} provider는 KAKAO, APPLE")
@GetMapping("/dummy")
public void dummy(@RequestBody LoginKakaoRequest request) {
Expand Down

0 comments on commit e3a2014

Please sign in to comment.