BAEL-542 test fix
This commit is contained in:
committed by
Andrew Morgan
parent
c3cc42f458
commit
cc70eae896
@@ -29,7 +29,6 @@ public class ResourceEndpoint {
|
||||
public ResponseEntity<TimestampDto> getServerTimestamp() {
|
||||
return ResponseEntity.ok()
|
||||
.cacheControl(CacheControl.noStore())
|
||||
.cacheControl(CacheControl.noCache())
|
||||
.body(new TimestampDto(LocalDateTime.now().toInstant(ZoneOffset.UTC).toEpochMilli()));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user