Skip to content

Commit c273da6

Browse files
committed
feat/OPS-324 : 테스트 로직 일부 수정.
1 parent 4b0a5e8 commit c273da6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/main/java/org/tuna/zoopzoop/backend/domain/auth/controller/ApiV1AuthController.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,8 +143,7 @@ public ResponseEntity<RsData<Map<String, String>>> test(
143143
@Value("${spring.security.oauth2.client.registration.kakao.client-id}")
144144
String CLIENT_ID;
145145

146-
@Value("${spring.security.oauth2.client.registration.kakao.redirect-uri}")
147-
String REDIRECT_URI;
146+
String REDIRECT_URI = "http://localhost:8080/oauth/kakao";
148147

149148
public Map<String, Object> getAttributesFromCode(String code) {
150149
KakaoTokenResponse tokenResponse = webClient.post()

0 commit comments

Comments
 (0)