Skip to content

Commit

Permalink
Update url in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kvnloughead authored Dec 26, 2024
1 parent e10a596 commit 35f312c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ An simple API that serves up random quotes.

## Endpoints

**GET https://se-quotes-api.onrender.com/v1/quotes**
**GET se-quotes-api.en.tripleten-services.com/v1/quotes**

Returns a JSON array containing all the quotes in our database.

Expand All @@ -21,7 +21,7 @@ Returns a JSON array containing all the quotes in our database.
]
```

**GET https://se-quotes-api.onrender.com/v1/quotes/random**
**GET se-quotes-api.en.tripleten-services.com/v1/quotes/random**

Returns a random quote.

Expand All @@ -34,12 +34,12 @@ Returns a random quote.
}
```

**GET https://se-quotes-api.onrender.com/v1/quotes/:id**
**GET se-quotes-api.en.tripleten-services.com/v1/quotes/:id**

Returns a specific quote, by its ID.

```jsonc
// Example response for https://se-quotes-api.onrender.com/v1/quotes/3
// Example response for se-quotes-api.en.tripleten-services.com/v1/quotes/3
{
"id": 3,
"quote": "Life is what happens when you're busy making other plans.",
Expand Down

0 comments on commit 35f312c

Please sign in to comment.