Undo temporary Cache-Control change

This commit is contained in:
Alex Humphries 2026-01-16 12:49:02 -05:00
parent 67faf453ea
commit 26d36e6c08

View file

@ -63,8 +63,7 @@ export default {
[headerKeys.TRANSACTION_ID]: crypto.randomUUID(), [headerKeys.TRANSACTION_ID]: crypto.randomUUID(),
[headerKeys.ENTERPRISE_ORDER_NUMBER]: store.order.eon, [headerKeys.ENTERPRISE_ORDER_NUMBER]: store.order.eon,
[headerKeys.REFERRAL_SEQUENCE_NUMBER]: store.order.referralSequenceNumber, [headerKeys.REFERRAL_SEQUENCE_NUMBER]: store.order.referralSequenceNumber,
[headerKeys.SESSION_SEQUENCE_NUMBER]: sessionKey, [headerKeys.SESSION_SEQUENCE_NUMBER]: sessionKey
'Cache-Control': 'no-cache, no-store, max-age=1'
}; };
axios({ axios({