Undo temporary Cache-Control change
This commit is contained in:
parent
67faf453ea
commit
26d36e6c08
1 changed files with 1 additions and 2 deletions
|
|
@ -63,8 +63,7 @@ export default {
|
|||
[headerKeys.TRANSACTION_ID]: crypto.randomUUID(),
|
||||
[headerKeys.ENTERPRISE_ORDER_NUMBER]: store.order.eon,
|
||||
[headerKeys.REFERRAL_SEQUENCE_NUMBER]: store.order.referralSequenceNumber,
|
||||
[headerKeys.SESSION_SEQUENCE_NUMBER]: sessionKey,
|
||||
'Cache-Control': 'no-cache, no-store, max-age=1'
|
||||
[headerKeys.SESSION_SEQUENCE_NUMBER]: sessionKey
|
||||
};
|
||||
|
||||
axios({
|
||||
|
|
|
|||
Loading…
Reference in a new issue