fix: moved folder

This commit is contained in:
Damien Ostler 2024-02-15 01:37:08 -05:00
parent b53f508ce9
commit 0d63aae131

View File

@ -11,7 +11,7 @@ namespace comissions.app.api.Services.Storage
public LocalStorageServiceProvider() public LocalStorageServiceProvider()
{ {
_storageFolderPath = "/requestbox/"; _storageFolderPath = AppContext.BaseDirectory+"/requestbox/";
// Create storage folder if it does not exist // Create storage folder if it does not exist
if (!Directory.Exists(_storageFolderPath)) if (!Directory.Exists(_storageFolderPath))