Testing defaulting queries in express validator
npm install
npm start
In browser, go to http://localhost:3000/test/booltest?boolval=false
and try providing different values for query param boolVal
. The response is always received bool value:true
.