We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 76e27d3 + 9f8d7b0 commit 0ee5f34Copy full SHA for 0ee5f34
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "docs.waifu.it",
3
- "version": "3.0.4",
+ "version": "3.0.5",
4
"description": "The new and improved documentation for Waifu.it",
5
"scripts": {
6
"dev": "next dev",
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