Skip to content

Commit

Permalink
chore: LoginResponse DTO 객체 패키지 이동으로 인한 import문 수정 (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
mybloom committed Jun 9, 2022
1 parent b67f6b0 commit e5048a2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.RequestParam;
import org.springframework.web.bind.annotation.RestController;
import org.team4.airbnb.auth.dto.LoginResponse;

@RequiredArgsConstructor
@RestController
Expand Down

0 comments on commit e5048a2

Please sign in to comment.