Skip to content

Commit

Permalink
fix: Swagger token 관련 태그 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
leesuyong4029 committed Feb 7, 2024
1 parent 10270ee commit a3d6ca1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;

@Tag(name = "로컬 로그인/회원가입", description = "로컬 로그인, 회원가입 API")
@Tag(name = "token-controller", description = "로컬 로그인, 회원가입 API")
@RestController
@RequestMapping("/auth")
@RequiredArgsConstructor
Expand Down

0 comments on commit a3d6ca1

Please sign in to comment.