Class NewsRestController


@RestController @RequestMapping("/admin/rest/news/news-list") @PreAuthorize("@WebjetSecurityService.hasPermission(\'cmp_news\')") public class NewsRestController extends WebpagesDatatable
Rest controller for app news, there are only support methods, because for data it will use WebpagesRestController calls