dev #1
@@ -24,6 +24,6 @@ public interface DashBoardAppClient {
|
|||||||
@PostMapping("api/internal/data-control")
|
@PostMapping("api/internal/data-control")
|
||||||
Map<String, Object> internalDataControl(@RequestBody BaseRequest request);
|
Map<String, Object> internalDataControl(@RequestBody BaseRequest request);
|
||||||
|
|
||||||
@GetMapping("/internal/data-download/{fileId}")
|
@GetMapping("api/internal/data-download/{fileId}")
|
||||||
ResponseEntity<Resource> download(@PathVariable String fileId);
|
ResponseEntity<Resource> download(@PathVariable String fileId);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user