Updating save session endpoint

This commit is contained in:
brydon1 2023-08-28 14:08:18 -04:00
parent 260287e6a6
commit 845604bd0f

View file

@ -131,7 +131,7 @@ const endpoints = Object.freeze({
method: 'POST' method: 'POST'
}, },
SaveSession: { SaveSession: {
url: '/order/api/v1/order/save-session', url: '/order/api/v1/order/save-session/iss',
method: 'POST' method: 'POST'
} }
}); });