Skip to content

Commit

Permalink
Force Update for v1.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
martinalig committed Sep 24, 2020
1 parent 45751a3 commit b54842a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ public DPPPTConfigController() {
}

if (APP_VERSION_1_0_9.isSameVersionAs(userAppVersion)) {
config = mockConfigResponseWithInfoBox(false);
config = mockConfigResponseWithForceUpdate();
}

return ResponseEntity.ok().cacheControl(CacheControl.maxAge(Duration.ofMinutes(5))).body(config);
Expand Down

0 comments on commit b54842a

Please sign in to comment.