Skip to content

Instantly share code, notes, and snippets.

@btompkins
Created December 14, 2012 01:57
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 btompkins/4281884 to your computer and use it in GitHub Desktop.
Save btompkins/4281884 to your computer and use it in GitHub Desktop.
protected void Application_Start(object sender, EventArgs e)
{
var configuration = new ContactManagerConfiguration();
RouteTable.Routes.AddServiceRoute<ContactResource>( “contact“, configuration);
RouteTable.Routes.AddServiceRoute<ContactsResource>( “contacts“, configuration);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment