Removed the other rootpath provider

This commit is contained in:
TidusJar 2016-07-23 10:02:23 +01:00
commit 272c6a2478

View file

@ -107,7 +107,7 @@ namespace PlexRequests.UI
/// <summary>
/// Set's the root path to the views folder, this means we don't have to recompile the views for every change.
/// </summary>
protected override IRootPathProvider RootPathProvider => new DebugRootPathProvider();
// protected override IRootPathProvider RootPathProvider => new DebugRootPathProvider();
#endif
protected override void ConfigureConventions(NancyConventions nancyConventions)
{