인증 예시 아이디 수정 #40

Merged
gina merged 1 commits from feat/infer_dev_260107 into develop 2026-02-02 14:01:01 +09:00

View File

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