|
@@ -28,7 +28,7 @@ import java.util.List; |
|
|
@RestController |
|
|
@RestController |
|
|
@AllArgsConstructor |
|
|
@AllArgsConstructor |
|
|
@RequestMapping("/api/v1/dashboard") |
|
|
@RequestMapping("/api/v1/dashboard") |
|
|
public class DashboardController { |
|
|
|
|
|
|
|
|
public class ExpertDashboardController { |
|
|
|
|
|
|
|
|
private final DashboardManage dashboardManage; |
|
|
private final DashboardManage dashboardManage; |
|
|
|
|
|
|