Skip to content

Commit 5d7b438

Browse files
committed
add urlProbe
1 parent ef0b97f commit 5d7b438

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sherlock_project/resources/data.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -511,7 +511,8 @@
511511
"errorType": "message",
512512
"errorMsg": "Could not find user with username",
513513
"regexCheck": "^[a-zA-Z0-9_-]{3,30}$",
514-
"url": "https://codesandbox.io/api/v1/users/{}",
514+
"url": "https://codesandbox.io/u/{}",
515+
"urlProbe": "https://codesandbox.io/api/v1/users/{}",
515516
"urlMain": "https://codesandbox.io",
516517
"username_claimed": "icyjoseph"
517518
},

0 commit comments

Comments
 (0)