Skip to content

Commit

Permalink
[docs] Swagger description 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
chanwoo7 committed Aug 25, 2024
1 parent 2668b93 commit 169a78b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
@RequestMapping("/api/auth")
@RequiredArgsConstructor
@Slf4j
@Tag(name = "유저 관리", description = "탈퇴 / 회원가입 / 로그인 / 카카오 로그인 / 애플 로그인")
@Tag(name = "유저 관리", description = "회원 탈퇴 / 회원가입 / JWT 토큰 재발급 / 로그아웃 / 로그인 / 카카오 로그인 / 애플 로그인")
public class AuthController {

private final AuthService authService;
Expand Down

0 comments on commit 169a78b

Please sign in to comment.