Skip to content

Commit

Permalink
mockinfobox
Browse files Browse the repository at this point in the history
  • Loading branch information
ubamrein committed Jun 17, 2020
1 parent c214271 commit ef412c2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public DPPPTConfigController() {
@GetMapping(value = "/config")
public @ResponseBody ResponseEntity<ConfigResponse> getConfig(@RequestParam(required = true) String appversion,
@RequestParam(required = true) String osversion, @RequestParam(required = true) String buildnr) {
ConfigResponse config = new ConfigResponse();
ConfigResponse config = mockConfigResponseWithInfoBox();
// Build nr of the initial iOS pilot test app. Contains bug, that factors are
// not used correctly in contact calculations. Set factorHigh to 0.0 for
// improving the calculation.
Expand Down

0 comments on commit ef412c2

Please sign in to comment.