From 992a35c3fc4bd8594f010c720fa61ae1369cab9b Mon Sep 17 00:00:00 2001 From: Mahdad Ghasemian Date: Tue, 25 Mar 2025 08:51:20 +0330 Subject: [PATCH] Fixed CodeSamples url --- views/html/codeSamples.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/html/codeSamples.html b/views/html/codeSamples.html index d5541a5..680eb91 100644 --- a/views/html/codeSamples.html +++ b/views/html/codeSamples.html @@ -3,7 +3,7 @@ User can use either of the APIs (AI based or normal manual regex based) try { - const response = await fetch("https://readable-regex-8d81b79167bf.herokuapp.com/api/onlyNumbers", { + const response = await fetch("https://readableregex.onrender.com/api/onlyNumbers", { method: 'POST', body: JSON.stringify({ inputString: "1234abc"