Class ProfilePictureController


  • @RestController
    @RequestMapping("/profile_pictures")
    @ExposesResourceFor(ProfilePicture.class)
    public class ProfilePictureController
    extends Object
    The ImageController class is the @RestController that maps the endpoints of "/images" for the communication between the server-side and client-side for ProfilePicture.