chore: try with api instead
This commit is contained in:
parent
c6c3522159
commit
ef0b97fb57
|
|
@ -509,9 +509,9 @@
|
|||
},
|
||||
"Code Sandbox": {
|
||||
"errorType": "message",
|
||||
"errorMsg": "Not Found",
|
||||
"errorMsg": "Could not find user with username",
|
||||
"regexCheck": "^[a-zA-Z0-9_-]{3,30}$",
|
||||
"url": "https://codesandbox.io/u/{}",
|
||||
"url": "https://codesandbox.io/api/v1/users/{}",
|
||||
"urlMain": "https://codesandbox.io",
|
||||
"username_claimed": "icyjoseph"
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue