Skip to content

Commit

Permalink
feat: Custom Exception
Browse files Browse the repository at this point in the history
  • Loading branch information
DDonghyeo committed Jan 9, 2024
1 parent ec5b63c commit 578023e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,6 @@ public ResponseEntity<?> callback(@RequestParam("code") String code, HttpServlet
response.addCookie(cookie2);


return ResponseEntity.ok(null);
return ResponseEntity.ok(userToken.getAccessToken());
}
}

0 comments on commit 578023e

Please sign in to comment.