Skip to content

Commit 690bc6b

Browse files
author
muriloalvesdev
committed
checkstyle
1 parent 85a5da5 commit 690bc6b

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/main/java/br/com/developers/controller/user/login/LoginController.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ public class LoginController {
2121

2222
private UserService userService;
2323

24-
2524
@PostMapping
2625
public ResponseEntity<AccessToken> authenticateUser(@Validated @RequestBody LoginDTO loginData) {
2726
return ResponseEntity.ok().body(userService.authenticateUser(loginData));

0 commit comments

Comments
 (0)