We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents edf27be + 82a2288 commit c0b0042Copy full SHA for c0b0042
pages/rest-api/Texts/Fact/search.mdx
@@ -44,7 +44,7 @@ Here's example of how to make a request to the `/fact` endpoint.
44
/*
45
Replace "YOUR_ACCESS_TOKEN" with the token you got from the Kohai Bot and the endpoint.
46
*/
47
- const url = "https://fact.it/api/fact";
+ const url = "https://waifu.it/api/fact";
48
const data = async () => {
49
try {
50
const { data } = await axios.get(url, { headers: {
0 commit comments