repo.or.cz
/
ProtonMail-WebClient.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Merge branch 'IDTEAM-1.26.0' into 'main'
[ProtonMail-WebClient.git]
/
packages
/
shared
/
lib
/
api
/
tests.js
blob
9813ff7bd742105288c8d618e5f52deb2b11f35d
1
export const ping = () => ({
2
url: 'tests/ping',
3
method: 'get',
4
});
5
6
export const testHumanVerification = () => ({
7
url: 'tests/humanverification',
8
method: 'get',
9
});