mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
validate URLs
This commit is contained in:
parent
3ab6803229
commit
79352e304e
1 changed files with 1 additions and 1 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Reference in a new issue