We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9d671b commit 159fed5Copy full SHA for 159fed5
Streckenbuch.Server/Background/ShutdownService.cs
Streckenbuch.Server/Program.cs
@@ -58,7 +58,6 @@
58
59
builder.Services.AddSingleton<ContinuousConnectionState>();
60
builder.Services.AddHostedService<UpdateBackgroundInformation>();
61
-builder.Services.AddHostedService<ShutdownService>();
62
63
builder.Services.AddAuthorization();
64
builder.Services.AddAuthentication(options =>
0 commit comments