We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82a2288 commit 2028b58Copy full SHA for 2028b58
pages/rest-api/Texts/Quote/search.mdx
@@ -44,7 +44,7 @@ Here's example of how to make a request to the `/quote` endpoint.
44
/*
45
Replace "YOUR_ACCESS_TOKEN" with the token you got from the Kohai Bot and the endpoint.
46
*/
47
- const url = "https://quote.it/api/quote";
+ const url = "https://waifu.it/api/quote";
48
const data = async () => {
49
try {
50
const { data } = await axios.get(url, { headers: {
0 commit comments