Fixed feign usage after Spring Boot 1.3 upgrade
Signed-off-by: Kai Zimmermann <kai.zimmermann@bosch-si.com>
This commit is contained in:
@@ -93,7 +93,7 @@ public class SimulationController {
|
||||
gatewayToken));
|
||||
}
|
||||
|
||||
return ResponseEntity.ok("Updated " + amount + " DMF connected targets!");
|
||||
return ResponseEntity.ok("Updated " + amount + " " + protocol + " connected targets!");
|
||||
}
|
||||
|
||||
private boolean isDmfDisabled() {
|
||||
|
||||
Reference in New Issue
Block a user