Remove formLogin settings for JWT
This commit is contained in:
@@ -44,7 +44,7 @@ public class AuthController {
|
||||
return "user/signIn";
|
||||
}
|
||||
|
||||
@PostMapping
|
||||
@PostMapping("/signIn")
|
||||
public ResponseEntity<TokenDto> signIn(@Validated UserSignInRequest signInReq) {
|
||||
return authService.signIn(signInReq);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user