Skip to content

Commit

Permalink
deploy test delete
Browse files Browse the repository at this point in the history
  • Loading branch information
yunji118 committed Nov 2, 2023
1 parent 8af6e09 commit 91cfe64
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ public class MyInfoController {

@GetMapping()
public MyInfoResponseDto getMyInfo(@AuthenticationPrincipal User user){
System.out.println("deploy test");
return myInfoService.findMyInfo(user);
}

Expand Down

0 comments on commit 91cfe64

Please sign in to comment.