Class ProfileSearchController


  • @RestController
    @RequestMapping("/search-api")
    @CrossOrigin("http://localhost:3000")
    public class ProfileSearchController
    extends Object
    This controller defines an end-point to search for a user, and add a user to your circle.
    Author:
    swaroop_nath