Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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"
Expand Down Expand Up @@ -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/)

Expand Down