토큰 response 수정

This commit is contained in:
2025-12-10 15:50:48 +09:00
parent 843e638ad4
commit 0fb715c3ed
9 changed files with 132 additions and 221 deletions

View File

@@ -11,7 +11,7 @@ import lombok.ToString;
@ToString(exclude = "password")
public class SignInRequest {
@Schema(description = "", example = "11111")
@Schema(description = "용자 ID", example = "admin")
private String username;
@Schema(description = "비밀번호", example = "kamco1234!")