mirror of
https://github.com/D4M13N-D3V/comissions-app-core-api.git
synced 2025-06-15 20:59:07 +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;
|
||||
|
||||
public LocalStorageServiceProvider(string storageFolderPath)
|
||||
public LocalStorageServiceProvider()
|
||||
{
|
||||
_storageFolderPath = storageFolderPath;
|
||||
_storageFolderPath = "/requestbox/";
|
||||
|
||||
// Create storage folder if it does not exist
|
||||
if (!Directory.Exists(_storageFolderPath))
|
||||
|
Loading…
x
Reference in New Issue
Block a user