Closed charlielafosse closed 5 years ago
Refactored the loginCall function (loginCall.js) so that:
loginCall.js
loginData
"/login"
"John Smith"
We now need to turn our callback into an error first callback in our "/login" post route!
Cheers for the feedback Justen! Just committed all our changes
Refactored the loginCall function (
loginCall.js
) so that:loginData
(via the"/login"
post route in our express server)"John Smith"
)We now need to turn our callback into an error first callback in our
"/login"
post route!