Skip to content

Instantly share code, notes, and snippets.

@sebastienblanc
Created March 13, 2013 13:41
Show Gist options
  • Save sebastienblanc/5152145 to your computer and use it in GitHub Desktop.
Save sebastienblanc/5152145 to your computer and use it in GitHub Desktop.
class Routes extends AbstractRoutingModule
{
void configuration()
{
route() from "/customers" on RequestMethod.GET consumes JSON produces JSON to CustomerEndpoint.class listAll()
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment