Skip to content

Instantly share code, notes, and snippets.

@a-thomas
Created February 11, 2012 12:36
Show Gist options
  • Save a-thomas/1799227 to your computer and use it in GitHub Desktop.
Save a-thomas/1799227 to your computer and use it in GitHub Desktop.
get(new Route(“/”) {
@Override
public Object handle(Request request, Response response) {
return “Welcome!”
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment