mirror of
https://github.com/D4M13N-D3V/comissions-app-core-api.git
synced 2025-06-16 05:09:09 +00:00
fix: hard code path
This commit is contained in:
parent
77c318c993
commit
b53f508ce9
@ -9,9 +9,9 @@ namespace comissions.app.api.Services.Storage
|
|||||||
{
|
{
|
||||||
private readonly string _storageFolderPath;
|
private readonly string _storageFolderPath;
|
||||||
|
|
||||||
public LocalStorageServiceProvider(string storageFolderPath)
|
public LocalStorageServiceProvider()
|
||||||
{
|
{
|
||||||
_storageFolderPath = storageFolderPath;
|
_storageFolderPath = "/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