Skip to content

Commit

Permalink
test: 로그인 성공시 리다이렉트 되는 url변경
Browse files Browse the repository at this point in the history
  • Loading branch information
Kdonghs committed Nov 15, 2024
1 parent 1fa9d73 commit 063958e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public class AuthSuccessController {
@Autowired
public AuthSuccessController(@Value("${Url.Url}")String returnURL) {
this.returnURL = returnURL;
TestUrl();
// TestUrl();
}

@GetMapping("/api/auth/success")
Expand Down

0 comments on commit 063958e

Please sign in to comment.