validate URLs

This commit is contained in:
Collin M. Barrett 2019-07-02 16:23:06 -05:00
parent 3ab6803229
commit 79352e304e

View file

@ -17,7 +17,7 @@ public static async Task Main()
BuildServiceProvider();
var mediator = _serviceProvider.GetService<IMediator>();
await mediator.Send(new CaptureLists.Command());
//await mediator.Send(new ValidateAllUrls.Command());
await mediator.Send(new ValidateAllUrls.Command());
}
private static void BuildServiceProvider()