From c76cd7878962fee5fd4b7a27acfe08cc193b1a7f Mon Sep 17 00:00:00 2001 From: Firas Moosvi Date: Tue, 11 Jun 2024 22:51:54 -0400 Subject: [PATCH] update assignment3 --- notes/part03/assignment03.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notes/part03/assignment03.md b/notes/part03/assignment03.md index 98041ae..ac9a0d5 100644 --- a/notes/part03/assignment03.md +++ b/notes/part03/assignment03.md @@ -17,7 +17,7 @@ For the third assignment, you’ll be adding more functionality to your member w 2. Store your initial member data as JSON on your server side. (You still don’t have a DB at this stage, so your web app will revert to this default list every time you restart your server.) -3. The initial member data should be loaded using a GET request to your server when your web page loads. +3. The member data should be loaded using a GET request to your server when your web page loads. 4. Ability to add a new member using a POST request.