Class FileHistoryRestController


@RestController @RequestMapping("/admin/rest/elfinder/file-history/") @PreAuthorize("@WebjetSecurityService.hasPermission(\'cmp_elfinder\')") public class FileHistoryRestController extends DatatableRestControllerV2<FileHistoryEntity,Long>