From 2028b58b93084987a438eeb2ac1678691674108c Mon Sep 17 00:00:00 2001 From: kyrea Date: Mon, 4 Dec 2023 16:01:49 +0530 Subject: [PATCH 1/2] Fixed typo in quote --- pages/rest-api/Texts/Quote/search.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/rest-api/Texts/Quote/search.mdx b/pages/rest-api/Texts/Quote/search.mdx index f3aaa39..077ec43 100644 --- a/pages/rest-api/Texts/Quote/search.mdx +++ b/pages/rest-api/Texts/Quote/search.mdx @@ -44,7 +44,7 @@ Here's example of how to make a request to the `/quote` endpoint. /* Replace "YOUR_ACCESS_TOKEN" with the token you got from the Kohai Bot and the endpoint. */ - const url = "https://quote.it/api/quote"; + const url = "https://waifu.it/api/quote"; const data = async () => { try { const { data } = await axios.get(url, { headers: { From 075354a585110284eceaee221eec27df57fd6d71 Mon Sep 17 00:00:00 2001 From: kyrea Date: Mon, 4 Dec 2023 16:02:10 +0530 Subject: [PATCH 2/2] Bumped the version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 599a8ce..04b9897 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "docs.waifu.it", - "version": "3.0.4", + "version": "3.0.5", "description": "The new and improved documentation for Waifu.it", "scripts": { "dev": "next dev",