Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
egg528 committed Mar 25, 2024
1 parent bb317a1 commit 8200432
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ class WebSecurityConfig(
response.setHeader("x-token", tokenDTO.accessToken)
log.info("x-token access ${tokenDTO.accessToken}")
// TODO edit redirect url
log.info("referer: {}", request.getHeader("host"))
val redirectUrl =
if (profile == "live") {
"https://bandiboodi.com/oauth2/token"
Expand Down

0 comments on commit 8200432

Please sign in to comment.