Class WatchlistApiController

java.lang.Object
com.bluebell.greenhouse.planter.controllers.watchlist.WatchlistApiController

@RestController @RequestMapping("${bluebell.base.api.controller.endpoint}/watchlist") @CrossOrigin(origins="*", methods={GET,DELETE,POST,PUT}) public class WatchlistApiController extends Object
API controller for Watchlist.
Version:
3.0.6
Author:
Stephen Prizio