Class AccountApiController

java.lang.Object
com.bluebell.greenhouse.planter.controllers.account.AccountApiController

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