diff --git a/pages/rest-api/Texts/Fact/search.mdx b/pages/rest-api/Texts/Fact/search.mdx index 66cc6a6..06898ce 100644 --- a/pages/rest-api/Texts/Fact/search.mdx +++ b/pages/rest-api/Texts/Fact/search.mdx @@ -44,7 +44,7 @@ Here's example of how to make a request to the `/fact` endpoint. /* Replace "YOUR_ACCESS_TOKEN" with the token you got from the Kohai Bot and the endpoint. */ - const url = "https://fact.it/api/fact"; + const url = "https://waifu.it/api/fact"; const data = async () => { try { const { data } = await axios.get(url, { headers: {