In the APIs and Microservices Projects - Exercise Tracker challenge there appears to be a tiny typo: the leading slash is missing from one of the URLs.
You can
POSTto/api/exercise/new-userwith form datausernameto create a new user. The returned response will be an object withusernameand_idproperties.You can make a
GETrequest to![]()
api/exercise/usersto get an array of all users. Each element in the array is an object containing a user’susernameand_id.You can make a
GETrequest to/api/exercise/logwith […]
Just a formality of course but I thought maybe the mods wanted to know.