Skip to content

Commit

Permalink
Merge pull request #20 from Kusitms-28th-Meet-Up-B/feature/LogIn
Browse files Browse the repository at this point in the history
feat : 자체 로그인, 회원가입
  • Loading branch information
sebbbin authored Nov 17, 2023
2 parents f598806 + ce1f7da commit 93ead46
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/main/java/kusitms/gallae/dto/user/LoginRequestDto.java
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,6 @@
public class LoginRequestDto {
private String loginId;
private String loginPw;
}

}

0 comments on commit 93ead46

Please sign in to comment.