Merge branch 'IDTEAM-1.26.0' into 'main'
[ProtonMail-WebClient.git] / packages / shared / lib / api / tests.js
blob9813ff7bd742105288c8d618e5f52deb2b11f35d
1 export const ping = () => ({
2     url: 'tests/ping',
3     method: 'get',
4 });
6 export const testHumanVerification = () => ({
7     url: 'tests/humanverification',
8     method: 'get',
9 });