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"