We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e7d59d commit 5582b62Copy full SHA for 5582b62
src/main/java/com/subproblem/fitnesstrackingapp/controller/AuthController.java
@@ -23,7 +23,7 @@ public class AuthController {
23
private final AuthenticationService authenticationService;
24
private final LogOutService logOutService;
25
26
-
+ // add temp comment
27
@PostMapping("/register")
28
public ResponseEntity<?> register(@RequestBody RegisterRequest request) {
29
return registerService.registerUser(request);
0 commit comments