Skip to content

Instantly share code, notes, and snippets.

@Enome
Created September 30, 2012 17:24
Show Gist options
  • Save Enome/3807749 to your computer and use it in GitHub Desktop.
Save Enome/3807749 to your computer and use it in GitHub Desktop.
app.post('/instances/create',
types.getType(function () { return { name: this.req.body.type }; }),
instances.saveFiles,
types.validate,
instances.saveData,
general.redirect('/jungles'));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment