about summary refs log tree commit diff
path: root/MatrixUtils.Web/Program.cs
diff options
context:
space:
mode:
Diffstat (limited to 'MatrixUtils.Web/Program.cs')
-rw-r--r--MatrixUtils.Web/Program.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/MatrixUtils.Web/Program.cs b/MatrixUtils.Web/Program.cs

index 8cab0fb..14cf2fc 100644 --- a/MatrixUtils.Web/Program.cs +++ b/MatrixUtils.Web/Program.cs
@@ -78,6 +78,6 @@ builder.Services.AddScoped<TieredStorageService>(x => ); builder.Services.AddRoryLibMatrixServices(); -builder.Services.AddScoped<RMUStorageWrapper>(); +builder.Services.AddScoped<RmuSessionStore>(); // await builder.Build().RunAsync(); await builder.Build().BlazorJSRunAsync(); \ No newline at end of file