Add FingerprintCommand
This commit is contained in:
@@ -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) =>
|
||||
|
||||
Reference in New Issue
Block a user