Skip to content

Commit c7b4f3b

Browse files
committed
chore: 테스트 로그인 open
1 parent ef3d940 commit c7b4f3b

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

src/main/java/apptive/team5/oauth2/controller/OAuth2Controller.java

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,11 @@ public ResponseEntity<TokenResponse> appleLogin(@Valid @RequestBody AppleLoginRe
4848

4949
}
5050

51-
// @GetMapping("/test")
52-
// public ResponseEntity<TokenResponse> testLogin() {
53-
//
54-
// TokenResponse tokenResponse = testLoginService.testLogin();
55-
//
56-
// return ResponseEntity.ok(tokenResponse);
57-
// }
51+
@GetMapping("/test")
52+
public ResponseEntity<TokenResponse> testLogin() {
53+
54+
TokenResponse tokenResponse = testLoginService.testLogin();
55+
56+
return ResponseEntity.ok(tokenResponse);
57+
}
5858
}

0 commit comments

Comments
 (0)