feat(Assets): update asset services and background workers
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
namespace FinlyticAssets.Util;
|
||||
namespace FinlyticAssets.Util;
|
||||
|
||||
public class Volumes
|
||||
{
|
||||
@@ -6,4 +6,9 @@ public class Volumes
|
||||
/// Der relative Pfad für die schlanke Index-Datei (ISINs + Namen) zur Asset-Erkennung.
|
||||
/// </summary>
|
||||
public const string IndexRelativePath = "assets/index";
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Der relative Pfad für lokal gespeicherte Asset-Logos (nach ISIN benannt).
|
||||
/// </summary>
|
||||
public const string LogosRelativePath = "assets/logos";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user