mirror of
https://github.com/volodymyrsmirnov/MalwareMultiScan.git
synced 2025-08-25 05:52:23 +00:00
completed the UI and docker-compose.yaml basic app
This commit is contained in:
@@ -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));
|
||||
|
||||
|
Reference in New Issue
Block a user