Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -28,7 +28,7 @@ public class HealthController { | @@ -28,7 +28,7 @@ public class HealthController { | ||
| 28 | 28 | ||
| 29 | @GetMapping("/manualSynchronization") | 29 | @GetMapping("/manualSynchronization") |
| 30 | public void manualSynchronization() { | 30 | public void manualSynchronization() { |
| 31 | - hnHsqDeviceReportService.deviceReport(); | 31 | + hnDeviceReportService.deviceReport(); |
| 32 | } | 32 | } |
| 33 | 33 | ||
| 34 | @GetMapping("/hsqDeviceReport") | 34 | @GetMapping("/hsqDeviceReport") |