Skip to content

Commit

Permalink
Refactor: 소셜 로그인 리다이렉트 URI 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Taekgil99 committed Dec 2, 2022
1 parent ae44f97 commit 9fe0dac
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,9 @@ private URI createURI(String accessToken, String refreshToken, String registrati

return UriComponentsBuilder
.newInstance()
.scheme("http")
.scheme("https")
.host("luxmeal.xyz")
.port(80)
.port(443)
.path("/oauth/" + registrationId)
.queryParams(queryParams)
.build()
Expand Down

0 comments on commit 9fe0dac

Please sign in to comment.