Skip to content

Commit

Permalink
chore: polish
Browse files Browse the repository at this point in the history
  • Loading branch information
kapiaszczyk committed Apr 23, 2024
1 parent cd08a0e commit 6793da3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ public class AuthController {
this.authService = authService;
}

@Operation(summary = "Register a new user")
@PostMapping("/register")
public Map<String, Object> registerUser(@RequestBody RegistrationRequest appUser) {
return authService.registerUser(appUser);
Expand Down

0 comments on commit 6793da3

Please sign in to comment.