Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions apps/cat-facts-api/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ <h1>Cat fact API</h1>
<h2>Usage</h2>
<p>
Use the endpoint
<code>https://cat-fact-api.freecodecamp.rocks/api/catfacts</code>
<code>https://cat-facts-api.freecodecamp.rocks/api/catfacts</code>
to see a list of all cat facts.
</p>
<p>
Use the endpoint
<code
>https://cat-fact-api.freecodecamp.rocks/api/catfacts/random</code
>https://cat-facts-api.freecodecamp.rocks/api/catfacts/random</code
>
to get a random cat fact.
</p>
Expand Down