From ef0b97fb5784104b799876173152fcb8a9c82d9c Mon Sep 17 00:00:00 2001 From: Manjush Shetty Date: Mon, 6 Oct 2025 16:54:07 +0530 Subject: [PATCH] chore: try with api instead --- sherlock_project/resources/data.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sherlock_project/resources/data.json b/sherlock_project/resources/data.json index de9dc074..b0e16165 100644 --- a/sherlock_project/resources/data.json +++ b/sherlock_project/resources/data.json @@ -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" },