Apply Fix on IFileProvider GetFileInfo issues by using Relative Path ...

This commit is contained in:
2025-07-12 10:21:39 +03:30
parent d26a1c49fd
commit 233d3ef369
+1 -1
View File
@@ -71,7 +71,7 @@ namespace xStorageService.DI {
//
// Add File Provider ...
services.AddSingleton<IFileProvider> (
new PhysicalFileProvider (xStorageConfiguration.RootFolder)
new PhysicalFileProvider (xStorageConfiguration.BaseFolder)
);
//