User Controller
Controller with endpoints to work with user model
Functions
Link copied to clipboard
@PostMapping(value = ["/signup" ] )
@ResponseStatus(value = HttpStatus.OK )
POST endpoint for creating new user account
Link copied to clipboard
GET endpoint for listing user settings
Link copied to clipboard
Exception bad request handler
Link copied to clipboard
Exception not found handler
Link copied to clipboard
@PatchMapping
@ResponseStatus(value = HttpStatus.OK )
PATCH endpoint for updating user settings