mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-21 05:43:19 -07:00
Removed the other rootpath provider
This commit is contained in:
parent
ce7305faf0
commit
272c6a2478
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue