From 55797155b728a8224b542d1b8def82e326dbf1de Mon Sep 17 00:00:00 2001 From: Kristofer Koishigawa Date: Fri, 27 Aug 2021 13:21:19 +0900 Subject: [PATCH] fix: sync index.html with demo, update query strings example and favicon (#53) * fix: remove unnecessary & from query string * fix: sync with demo project index.html file * fix: update favicon * fix: update date input id --- views/index.html | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/views/index.html b/views/index.html index a216c90..00a7a42 100644 --- a/views/index.html +++ b/views/index.html @@ -2,9 +2,9 @@ Exercise Tracker | freeCodeCamp - - - + + + @@ -13,21 +13,21 @@

Create a New User

POST /api/users

- - + +

Add exercises

POST /api/users/:_id/exercises

- - - - - + + + + +

GET user's exercise log: - GET /api/users/:_id/logs?[&from][&to][&limit] + GET /api/users/:_id/logs?[from][&to][&limit]

[ ] = optional

from, to = dates (yyyy-mm-dd); limit = number