Skip to content

Commit 5582b62

Browse files
authored
Update AuthController.java
1 parent 1e7d59d commit 5582b62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/subproblem/fitnesstrackingapp/controller/AuthController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public class AuthController {
2323
private final AuthenticationService authenticationService;
2424
private final LogOutService logOutService;
2525

26-
26+
// add temp comment
2727
@PostMapping("/register")
2828
public ResponseEntity<?> register(@RequestBody RegisterRequest request) {
2929
return registerService.registerUser(request);

0 commit comments

Comments
 (0)