Skip to content

Instantly share code, notes, and snippets.

@sphiecoh
Created July 15, 2016 06:27
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sphiecoh/e9be3995304630816d0694c95211398d to your computer and use it in GitHub Desktop.
Save sphiecoh/e9be3995304630816d0694c95211398d to your computer and use it in GitHub Desktop.
public override void Configure(INancyEnvironment environment)
{
environment.Views(runtimeViewUpdates: true);
base.Configure(environment);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment