|
|
@ -178,7 +178,7 @@ public class ResidentAndDisabledController {
|
|
|
|
|
|
|
|
|
|
|
|
@Secured(policy = SecurityPolicy.TOKEN)
|
|
|
|
@Secured(policy = SecurityPolicy.TOKEN)
|
|
|
|
@Operation(summary = "dashboard" , description = "dashboard")
|
|
|
|
@Operation(summary = "dashboard" , description = "dashboard")
|
|
|
|
@GetMapping(value="/admin/dashboard", produces = MediaType.APPLICATION_JSON_VALUE)
|
|
|
|
@GetMapping(value="/dashboard", produces = MediaType.APPLICATION_JSON_VALUE)
|
|
|
|
public ResponseEntity<? extends IRestResponse> getDashboard() {
|
|
|
|
public ResponseEntity<? extends IRestResponse> getDashboard() {
|
|
|
|
return RestResponse.of(service.findDashboard());
|
|
|
|
return RestResponse.of(service.findDashboard());
|
|
|
|
}
|
|
|
|
}
|
|
|
|