From 084c0dc8f08c40248142df35d5fa7a6740afd9c8 Mon Sep 17 00:00:00 2001 From: Mahdad Ghasemian Date: Tue, 25 Mar 2025 08:32:59 +0330 Subject: [PATCH] Update REAME file with new production url --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 587bac6..2038b5f 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Although the project has Regex in the name, it's not a requirement to use Regex Below is a demo app URL exposed from the API -https://readable-regex-8d81b79167bf.herokuapp.com/ +https://readableregex.onrender.com/ ## Benefits @@ -49,7 +49,7 @@ Sample POST Request ``` 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" @@ -119,7 +119,7 @@ It's utilizing the OpenAPI pattern for API specs and swagger to generate a UI fo To view the docs, visit the `/api-docs` path from the base URL. -[Prod Docs](https://readable-regex-8d81b79167bf.herokuapp.com/api-docs/) +[Prod Docs](https://readableregex.onrender.com/api-docs/) [Local Docs](http://localhost:3000/api-docs/)