Archived
Add signin component.
This commit is contained in:
@@ -76,8 +76,8 @@ public class AccountController {
|
||||
}
|
||||
|
||||
@PostMapping("/signin")
|
||||
public UserDTO signin(@RequestBody final UserDTO pUser, final HttpServletResponse pResponse) throws IOException {
|
||||
return accountService.signin(pUser, pResponse);
|
||||
public void signin(@RequestBody final User pUser, final HttpServletResponse pResponse) throws IOException {
|
||||
accountService.signin(pUser, pResponse);
|
||||
}
|
||||
|
||||
@PutMapping("/")
|
||||
|
||||
Reference in New Issue
Block a user