Skip to content

Commit

Permalink
style: LoginResponse 디렉터리 위치 변경 (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
kdkdhoho committed Feb 6, 2024
1 parent 01c6cb0 commit 2c65080
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.listywave.auth.presentation.dto;
package com.listywave.auth.application.dto;

import com.listywave.user.application.domain.User;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
import com.listywave.auth.application.domain.JwtManager;
import com.listywave.auth.application.domain.kakao.KakaoOauthClient;
import com.listywave.auth.application.domain.kakao.KakaoRedirectUriProvider;
import com.listywave.auth.application.dto.LoginResponse;
import com.listywave.auth.infra.kakao.response.KakaoMember;
import com.listywave.auth.infra.kakao.response.KakaoTokenResponse;
import com.listywave.auth.presentation.dto.LoginResponse;
import com.listywave.user.application.domain.User;
import com.listywave.user.repository.UserRepository;
import java.util.Optional;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package com.listywave.auth.presentation.controller;

import com.listywave.auth.application.dto.LoginResponse;
import com.listywave.auth.application.service.AuthService;
import com.listywave.auth.presentation.dto.LoginResponse;
import jakarta.servlet.http.HttpServletResponse;
import java.io.IOException;
import lombok.RequiredArgsConstructor;
Expand Down

0 comments on commit 2c65080

Please sign in to comment.