Skip to content

Commit c0b0042

Browse files
authored
Merge pull request #39 from WaifuAPI/staging
Fixed a typo
2 parents edf27be + 82a2288 commit c0b0042

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/rest-api/Texts/Fact/search.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Here's example of how to make a request to the `/fact` endpoint.
4444
/*
4545
Replace "YOUR_ACCESS_TOKEN" with the token you got from the Kohai Bot and the endpoint.
4646
*/
47-
const url = "https://fact.it/api/fact";
47+
const url = "https://waifu.it/api/fact";
4848
const data = async () => {
4949
try {
5050
const { data } = await axios.get(url, { headers: {

0 commit comments

Comments
 (0)