Skip to content

Commit 8067b4c

Browse files
authored
Dev > Main 브랜치 병합
1. /auth 중복으로 쓴 오류를 수정 후에 Main 브랜치로 병합합니다.
2 parents 604100f + dd68a60 commit 8067b4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/hs/kr/backend/devpals/domain/auth/controller/AuthController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ public ResponseEntity<ApiResponse<String>> resetPassword(@RequestBody ResetPassw
149149
examples = @ExampleObject(value = "{\"success\": false, \"message\": \"계정이 존재하지 않거나 비밀번호가 올바르지 않습니다.\", \"data\": null}")
150150
)
151151
)
152-
@GetMapping("/auth/oauth-login")
152+
@GetMapping("/oauth-login")
153153
public ResponseEntity<LoginResponse<TokenResponse>> oauthLogin(
154154
@AuthenticationPrincipal CustomUserDetails userDetails) {
155155

0 commit comments

Comments
 (0)