From 82a2288dd6b0efee61a500da3149b72d561704fc Mon Sep 17 00:00:00 2001 From: kyrea Date: Sat, 29 Jul 2023 19:32:48 +0530 Subject: [PATCH] Fixed a typo --- pages/rest-api/Texts/Fact/search.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: {