Open Jbarget opened 6 years ago
Genuine question, by looking on the surface of things, im not sure if an error would ever get down to error.server since the request will run through the res.client first.
error.server
res.client
https://github.com/fac-12/WalkWithMe/blob/master/src/routes/index.js#L27-L28
Genuine question, by looking on the surface of things, im not sure if an error would ever get down to
error.server
since the request will run through theres.client
first.https://github.com/fac-12/WalkWithMe/blob/master/src/routes/index.js#L27-L28