completed the UI and docker-compose.yaml basic app

This commit is contained in:
Volodymyr Smirnov
2020-10-27 19:26:16 +02:00
parent 61224d5cb5
commit 931db11b6e
30 changed files with 391 additions and 278 deletions

View File

@@ -27,6 +27,8 @@ namespace MalwareMultiScan.Backends.Backends.Implementations
private static async Task<string[]> Scan()
{
throw new Exception("Something");
await Task.Delay(
TimeSpan.FromSeconds(5));

View File

@@ -10,7 +10,7 @@ namespace MalwareMultiScan.Backends.Backends.Implementations
{
}
public override string Id { get; } = "mcafeee";
public override string Id { get; } = "mcafee";
protected override string BackendPath { get; } = "/usr/local/uvscan/uvscan";