Skip to content

Commit

Permalink
#325 fix: 스웨거 user 관련 이름 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
sojungpp committed Jul 7, 2024
1 parent bef5386 commit 3940587
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
@RequiredArgsConstructor
@RequestMapping(value = "/users")
@RestController
@Tag(name = "User", description = "유저 API (인증 필요)")
@Tag(name = "UserAuth", description = "유저 API (인증 필요)")
@SecurityRequirement(name = "Bearer")
public class UserAuthController {

Expand Down

0 comments on commit 3940587

Please sign in to comment.