mirror of
https://github.com/D4M13N-D3V/comissions-app-core-api.git
synced 2025-03-14 10:04:55 +00:00
fix: moved folder
This commit is contained in:
parent
b53f508ce9
commit
0d63aae131
@ -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))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user