Add RemoveFingerprintCommand

This commit is contained in:
2021-06-04 23:26:22 +02:00
parent 90afa7fe3b
commit 5e303c39f2
4 changed files with 45 additions and 0 deletions

View File

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