Used to re-organized folders
This commit is contained in:
@ -32,6 +32,7 @@ public class MetadataConfiguration
|
||||
continue;
|
||||
throw new NotSupportedException(physicalFileProvider.Root);
|
||||
}
|
||||
throw new NotSupportedException("Not Found!");
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -39,6 +39,7 @@ public class ResultConfiguration
|
||||
continue;
|
||||
throw new NotSupportedException(physicalFileProvider.Root);
|
||||
}
|
||||
throw new NotSupportedException("Not Found!");
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user