Skip to content

Commit 2028b58

Browse files
committed
Fixed typo in quote
1 parent 82a2288 commit 2028b58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/rest-api/Texts/Quote/search.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Here's example of how to make a request to the `/quote` endpoint.
4444
/*
4545
Replace "YOUR_ACCESS_TOKEN" with the token you got from the Kohai Bot and the endpoint.
4646
*/
47-
const url = "https://quote.it/api/quote";
47+
const url = "https://waifu.it/api/quote";
4848
const data = async () => {
4949
try {
5050
const { data } = await axios.get(url, { headers: {

0 commit comments

Comments
 (0)