Skip to content

Commit

Permalink
Merge pull request #71 from Developer-Wikis/feature/#62
Browse files Browse the repository at this point in the history
Fix : 소셜로그인 url 변경
  • Loading branch information
jhdl0157 authored Oct 26, 2022
2 parents 4a6cb4f + 862abeb commit e3d4892
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
@RequestMapping("/api/v1/oauth")
public class OauthController {
private final OauthService oauthService;
@GetMapping("")
@GetMapping("/google/userinfo")
public ResponseEntity<GoogleResponseDto> getGoogleUserInfo(@RequestParam("code") String code,@RequestParam("redirectUrl")String redirectUrl) throws IOException {
System.out.println(">> 소셜 로그인 API 서버로부터 받은 code :"+ code);
System.out.println(">> 소셜 로그인 API 서버로부터 받은 url :"+ redirectUrl);
Expand Down

0 comments on commit e3d4892

Please sign in to comment.