Class ContentViewController


  • @RestController
    @RequestMapping("/view-api")
    @CrossOrigin("http://localhost:3000")
    public class ContentViewController
    extends Object
    This controller defines an end-point to fetch the feed for the user, features that let a user interact with a memory - react, comment and report.
    Author:
    swaroop_nath