Skip to content

Instantly share code, notes, and snippets.

@auryn31
Created July 19, 2019 09:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save auryn31/92ee3f6e1d595ac19f228b88c489ad50 to your computer and use it in GitHub Desktop.
Save auryn31/92ee3f6e1d595ac19f228b88c489ad50 to your computer and use it in GitHub Desktop.
router.route("/time")
.handler(TimeHandler())
.failureHandler {
it.response().end("time error asynchron response\n")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment