mirror of
https://github.com/sherlock-project/sherlock
synced 2024-11-23 04:13:03 +00:00
use urlProbe param for detection
This commit is contained in:
parent
0e8c5b0d31
commit
047783ac7a
1 changed files with 2 additions and 1 deletions
|
@ -1301,8 +1301,9 @@
|
|||
},
|
||||
"Monkeytype": {
|
||||
"errorType": "status_code",
|
||||
"url": "https://api.monkeytype.com/users/{}/profile",
|
||||
"url": "https://monkeytype.com/profile/{}",
|
||||
"urlMain": "https://monkeytype.com/",
|
||||
"urlProbe": "https://api.monkeytype.com/users/{}/profile",
|
||||
"username_claimed": "Lost_Arrow",
|
||||
"username_unclaimed": "noonewouldeverusethis7"
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue