Skip to content

Commit ef0b97f

Browse files
committed
chore: try with api instead
1 parent c6c3522 commit ef0b97f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sherlock_project/resources/data.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -509,9 +509,9 @@
509509
},
510510
"Code Sandbox": {
511511
"errorType": "message",
512-
"errorMsg": "Not Found",
512+
"errorMsg": "Could not find user with username",
513513
"regexCheck": "^[a-zA-Z0-9_-]{3,30}$",
514-
"url": "https://codesandbox.io/u/{}",
514+
"url": "https://codesandbox.io/api/v1/users/{}",
515515
"urlMain": "https://codesandbox.io",
516516
"username_claimed": "icyjoseph"
517517
},

0 commit comments

Comments
 (0)