ccarruitero / makemehapi

Self guided workshops to teach you about hapi.
https://www.npmjs.com/package/makemehapi
Other
480 stars 107 forks source link

Validation's 'run' option returns 404 #174

Open newswim opened 8 years ago

newswim commented 8 years ago

The validation exercise wouldn't not pass until I ran 'verify' -- this was even after attempting the recommended answer.

This was done using Node v4.4 and NPM v2.14.20, thanks!

fiveisprime commented 8 years ago

This is related to #130

The Validation exercise is not super useful in its current state, but updating it would make it incredibly similar to the next exercise (validation using Joi object).

I think these exercises need to be re-evaluated and possibly made into "basic" and "advanced" validation.