Skip to content

Instantly share code, notes, and snippets.

@codemwnci
Last active August 25, 2017 20:38
Show Gist options
  • Save codemwnci/13adfeafb15308795a193772e9153f66 to your computer and use it in GitHub Desktop.
Save codemwnci/13adfeafb15308795a193772e9153f66 to your computer and use it in GitHub Desktop.
Get a single Todo
get(":id") { req, res ->
jacksonObjectMapper().writeValueAsString( getTodo(req.params("id").toLong()) )
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment