From 79d2e70bb92d6620f63c82995d9b1116cd4de47c Mon Sep 17 00:00:00 2001 From: Neil Hughes <94177560+neil-hughes@users.noreply.github.com> Date: Fri, 10 Feb 2023 17:34:32 +0000 Subject: [PATCH] fix: Correct the API route mentioned in the README Previous route was missing the `/api/` prefix in the path. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 573b76f2..17e49a06 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ You should see a message: "👍 Okay! The server is responding! 🙌" -👉 In your browser, navigate to the API route `http://localhost:8080/misdemeanours/3` +👉 In your browser, navigate to the API route `http://localhost:8080/api/misdemeanours/3` You should see a JSON object being returned from the GET request to that route. Try changing the parameter at the end to another number, or to a random string.