Add FingerprintCommand

This commit is contained in:
2021-06-04 20:41:14 +02:00
parent 6b6325eeaf
commit 90afa7fe3b
3 changed files with 64 additions and 19 deletions

View File

@@ -73,6 +73,8 @@ namespace Akari.Prototype.Server
.ConfigureServices((hostContext, services) =>
{
Startup.ConfigureStandardServices(hostContext.Configuration, services);
services.AddTransient<FingerprintCommands>();
});
public static IHostBuilder CreateWebHostBuilder(string[] args) =>