From 5b37d49f6b74454beac0fef126374d0206b34be9 Mon Sep 17 00:00:00 2001 From: mason3k <48703453+mason3k@users.noreply.github.com> Date: Thu, 19 Dec 2024 13:28:26 -0600 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d91f6c4..30d6084 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,7 @@ GET, DELETE, POST, and PUT supported Example calls: *Get all sauces*: `hotsauce-sujones.pythonanywhere.com/sauces/` + *Get sauce by id*: `hotsauce-sujones.pythonanywhere.com/sauces/1` ## Developing