Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
sleeg00 committed Jul 17, 2023
1 parent 99d7b8c commit 3517819
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,7 @@ public class MemberController {
@Autowired
private MemberService memberService;

@GetMapping("/frontend")
public String frontend() {
return "헉!";
}


@GetMapping("/api/home") //리다이렉트 필수
public void home(HttpServletRequest request, HttpServletResponse response,
Expand Down

0 comments on commit 3517819

Please sign in to comment.