Skip to content

Commit 0ee5f34

Browse files
authored
Merge pull request #47 from WaifuAPI/staging
Staging
2 parents 76e27d3 + 9f8d7b0 commit 0ee5f34

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "docs.waifu.it",
3-
"version": "3.0.4",
3+
"version": "3.0.5",
44
"description": "The new and improved documentation for Waifu.it",
55
"scripts": {
66
"dev": "next dev",

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)