Apply Fix on IFileProvider GetFileInfo issues by using Relative Path ...
This commit is contained in:
@@ -71,7 +71,7 @@ namespace xStorageService.DI {
|
||||
//
|
||||
// Add File Provider ...
|
||||
services.AddSingleton<IFileProvider> (
|
||||
new PhysicalFileProvider (xStorageConfiguration.RootFolder)
|
||||
new PhysicalFileProvider (xStorageConfiguration.BaseFolder)
|
||||
);
|
||||
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user