mirror of
https://github.com/headporter81/specialsource-homepage-backend.git
synced 2026-08-08 15:41:11 +09:00
웹훅 테스트
This commit is contained in:
@@ -18,7 +18,7 @@ public class AuthController {
|
|||||||
boolean isSuccess = userService.login(loginRequest.getUsername(), loginRequest.getPassword());
|
boolean isSuccess = userService.login(loginRequest.getUsername(), loginRequest.getPassword());
|
||||||
|
|
||||||
if (isSuccess) {
|
if (isSuccess) {
|
||||||
return ResponseEntity.ok("로그인 성공!");
|
return ResponseEntity.ok("로그인 성공!!!");
|
||||||
} else {
|
} else {
|
||||||
return ResponseEntity.status(401).body("아이디 또는 비밀번호가 틀렸습니다.");
|
return ResponseEntity.status(401).body("아이디 또는 비밀번호가 틀렸습니다.");
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user