Skip to content

Commit

Permalink
docs: 회원가입 API provider 관련 설명 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
leeeeeyeon committed Jan 14, 2024
1 parent ba9a4bd commit cb0e3a6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public class AuthController {
private final JwtService jwtService;
private final KakaoService kakaoService;

@Operation(summary = "회원 가입")
@Operation(summary = "회원 가입", description = "provider는 kakao 또는 apple")
@PostMapping("/sign-up")
public DataResponseDto<JwtResponse> signUp(
@RequestHeader("Authorization") String providerAccessToken,
Expand Down

0 comments on commit cb0e3a6

Please sign in to comment.