Skip to content

Commit

Permalink
[feat] 카카오 로그인 시도
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryeolee committed Oct 7, 2023
1 parent c738142 commit 158f7b0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ jobs:
script: |
sudo -i
docker stop Gteam
docker rm Gteam
docker rmi leeseungryeol/gteam:1.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ public AuthController(AuthService authService, JwtTokenProvider jwtTokenProvider
}




@PostMapping(value = "/kakao-login")
public TokenResponseDto kakaoLogin(HttpServletRequest request) {

Expand Down

0 comments on commit 158f7b0

Please sign in to comment.