Skip to content

Instantly share code, notes, and snippets.

@khellang
Created February 19, 2014 13:31
Show Gist options
  • Save khellang/9092043 to your computer and use it in GitHub Desktop.
Save khellang/9092043 to your computer and use it in GitHub Desktop.
public class DemoBoostrapper : DefaultNancyBootstrapper
{
protected override NancyInternalConfiguration InternalConfiguration
{
get
{
return NancyInternalConfiguration.WithOverrides(x => x.StatusCodeHandlers.Clear());
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment