Commit 9da05f76 authored by Clint Mourlevat's avatar Clint Mourlevat

Testing disabling vanity service

parent 6dceeba7
......@@ -44,7 +44,7 @@ namespace Stratis.Guru
services.AddMemoryCache();
services.AddHostedService<TickerService>();
services.AddHostedService<VanityService>();
//services.AddHostedService<VanityService>();
services.AddTransient<UpdateHub>();
services.AddSingleton<IAsk, Ask>();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment