You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
phrases: {"active":"Creating router path {{input.path}} for put requests."},
ports: {"input":{"app":{"type":"function","title":"Express app","readonly":true,"required":true},"path":{"type":"string","default":"/","title":"A router path","description":"Regular expressions may also be used, and can be useful if you have very specific restraints","required":true}},"output":{"req":{"title":"Request","type":"Stream"},"res":{"title":"Response","type":"Stream"},"next":{"title":"Next","type":"function"}}},
fn: function put(input, $, output, state, done, cb, on) {
var r = function() {
$.app.put($.path, function putCallback(req, res, next) {