about summary refs log tree commit diff
path: root/MatrixRoomUtils.Web/Program.cs
diff options
context:
space:
mode:
Diffstat (limited to 'MatrixRoomUtils.Web/Program.cs')
-rw-r--r--MatrixRoomUtils.Web/Program.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/MatrixRoomUtils.Web/Program.cs b/MatrixRoomUtils.Web/Program.cs
index b106543..4ff10b4 100644
--- a/MatrixRoomUtils.Web/Program.cs
+++ b/MatrixRoomUtils.Web/Program.cs
@@ -39,4 +39,6 @@ builder.Services.AddScoped<TieredStorageService>(x =>
     )
 );
 
+builder.Services.AddRoryLibMatrixServices();
+
 await builder.Build().RunAsync();
\ No newline at end of file