Add IApplicationManager

This commit is contained in:
2021-06-05 21:36:01 +02:00
parent f08f3cf71f
commit 7a1f2946fc
7 changed files with 181 additions and 5 deletions

View File

@@ -48,7 +48,7 @@ namespace Akari.Prototype.Server.Services
// Load
else
{
_fingerprintsHash = JsonSerializer.Deserialize<IDictionary<string, string>>(File.ReadAllText(path));
_fingerprintsHash = JsonSerializer.Deserialize<Dictionary<string, string>>(File.ReadAllText(path));
}
}