Skip to content

Commit

Permalink
Merge pull request #47 from WaifuAPI/staging
Browse files Browse the repository at this point in the history
Staging
  • Loading branch information
kyrea authored Dec 4, 2023
2 parents 76e27d3 + 9f8d7b0 commit 0ee5f34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion pages/rest-api/Texts/Quote/search.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down

0 comments on commit 0ee5f34

Please sign in to comment.