Use same lock values as mobile clients
[ProtonMail-WebClient.git] / packages / shared / lib / api / support.ts
blob2b7ebf6e831b5cf85da052ff08115ce03f2ece9b
1 export const scheduleCall = () => {
2     return {
3         url: 'core/v4/support/schedulecall',
4         method: 'get',
5     };
6 };