Skip to content

Instantly share code, notes, and snippets.

@hhariri
Created July 15, 2013 10:47
Show Gist options
  • Save hhariri/5999112 to your computer and use it in GitHub Desktop.
Save hhariri/5999112 to your computer and use it in GitHub Desktop.
server.get("/customer/:id",
any {
},
"text/html" to {
// return a web page
},
"application/json" to {
// return json
}
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment