Skip to content

Commit

Permalink
style: remove test api
Browse files Browse the repository at this point in the history
  • Loading branch information
Ji-soo708 committed Nov 19, 2023
1 parent ce40f2d commit a9ffbd5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,4 @@ public class MemberController {

private final MemberService memberService;

@GetMapping("/test")
public String test() {
return memberService.test();
}
}
3 changes: 0 additions & 3 deletions member/src/main/java/com/oing/service/MemberService.java
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,4 @@
@Service
public class MemberService {

public String test() {
return "test";
}
}

0 comments on commit a9ffbd5

Please sign in to comment.