Closed tswaters closed 7 years ago
Notable changes
seneca-web
use
routes
msg.args.body
msg.args.query
msg.args.params
I've tried each of these now with node app.js and node app-all.js and tried it out - everything seems to be working.
node app.js
node app-all.js
LGTM
Notable changes
seneca-web
use
is nowroutes
msg.args.body
,msg.args.query
,msg.args.params
, etc.I've tried each of these now with
node app.js
andnode app-all.js
and tried it out - everything seems to be working.