Merge Q-CAST-III-MR-25: login에 @ResponseStatus(HttpStatus.CREATED) 추가
This commit is contained in:
commit
99a093c490
@ -27,6 +27,7 @@ public class LoginController {
|
||||
|
||||
@Operation(description = "Q.CAST III에 로그인하여 사용자 정보를 획득한다.")
|
||||
@PostMapping("/v1.0/login")
|
||||
@ResponseStatus(HttpStatus.CREATED)
|
||||
public UserLoginResponse login(@RequestBody LoginUser loginUser) throws Exception {
|
||||
return loginService.getLogin(loginUser);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user