feat(Backend): update API gateway and websocket hubs
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
namespace FinlyticAssets.Util;
|
||||
|
||||
public class Volumes
|
||||
{
|
||||
/// <summary>
|
||||
/// Der relative Pfad für die schlanke Index-Datei (ISINs + Namen) zur Asset-Erkennung.
|
||||
/// </summary>
|
||||
public const string IndexRelativePath = "assets/index";
|
||||
|
||||
public const string LogosRelativePath = "assets/logos";
|
||||
}
|
||||
Reference in New Issue
Block a user