From 20b7db64f09e89e4d9fbc78d6fd243e18250a215 Mon Sep 17 00:00:00 2001 From: A Cottrill Date: Sat, 6 Sep 2025 14:38:20 -0400 Subject: [PATCH 1/2] chore: fix api typo --- apps/cat-facts-api/public/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/cat-facts-api/public/index.html b/apps/cat-facts-api/public/index.html index dd38083d..1cab8a91 100644 --- a/apps/cat-facts-api/public/index.html +++ b/apps/cat-facts-api/public/index.html @@ -22,13 +22,13 @@

Cat fact API

Usage

Use the endpoint - https://cat-fact-api.freecodecamp.rocks/api/catfacts + https://cat-facts-api.freecodecamp.rocks/api/catfacts to see a list of all cat facts.

Use the endpoint https://cat-fact-api.freecodecamp.rocks/api/catfacts/randomhttps://cat-facts-api.freecodecamp.rocks/api/catfacts/random to get a random cat fact.

From b5982aef97fcd6d5e3f936417fa0a2d07f60e252 Mon Sep 17 00:00:00 2001 From: Anna Date: Sat, 6 Sep 2025 15:36:14 -0400 Subject: [PATCH 2/2] Update index.html --- apps/cat-facts-api/public/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/cat-facts-api/public/index.html b/apps/cat-facts-api/public/index.html index 1cab8a91..ccb6aede 100644 --- a/apps/cat-facts-api/public/index.html +++ b/apps/cat-facts-api/public/index.html @@ -3,7 +3,7 @@ - Cat fact API + Cat facts API
-

Cat fact API

+

Cat facts API

Usage