FileService: AddFile from URL (#3566)

This commit is contained in:
d11n
2022-03-31 11:54:25 +02:00
committed by GitHub
parent e449ca2c95
commit ef6016857b
5 changed files with 79 additions and 19 deletions

View File

@@ -6,7 +6,6 @@ namespace BTCPayServer.Configuration
public string PluginDir { get; set; }
public string TempStorageDir { get; set; }
public string StorageDir { get; set; }
public string TempDir { get; set; }
}
}