Showing
1 changed file
with
0 additions
and
1 deletions
@@ -104,7 +104,6 @@ public class TkDbConnectController extends BaseController { | @@ -104,7 +104,6 @@ public class TkDbConnectController extends BaseController { | ||
104 | } | 104 | } |
105 | 105 | ||
106 | @PostMapping("/getDataView") | 106 | @PostMapping("/getDataView") |
107 | - @PreAuthorize("hasAnyAuthority('TENANT_ADMIN','CUSTOMER_USER')") | ||
108 | public ResponseEntity<Object> getDataView(@RequestBody TkDbDataSetDTO tkDbDataSetDTO) throws ThingsboardException { | 107 | public ResponseEntity<Object> getDataView(@RequestBody TkDbDataSetDTO tkDbDataSetDTO) throws ThingsboardException { |
109 | return ResponseEntity.ok(tkDbDataSetService.getDataView(tkDbDataSetDTO)); | 108 | return ResponseEntity.ok(tkDbDataSetService.getDataView(tkDbDataSetDTO)); |
110 | } | 109 | } |