summaryrefslogtreecommitdiff
path: root/Program.cs
diff options
context:
space:
mode:
authorJake Mannens <jake@asger.xyz>2023-09-26 00:26:07 +1000
committerJake Mannens <jakem_5@hotmail.com>2026-01-14 21:19:38 +1100
commitae8a4ba476664801f243bca1fc6cd89d99ae7da8 (patch)
treee648bff54c7446089c52c89c0ae3b63b730153ca /Program.cs
parent09b54d55a54322633c940c63758f18712ebc65ae (diff)
Added filename source decoding
Diffstat (limited to 'Program.cs')
-rw-r--r--Program.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Program.cs b/Program.cs
index 79fe8fa..f80b996 100644
--- a/Program.cs
+++ b/Program.cs
@@ -28,6 +28,7 @@ public class Program {
builder.Services.AddSingleton<IGlobalUserService, GlobalUserService>();
builder.Services.AddScoped<IUserService, UserService>();
builder.Services.AddHostedService<OcrService>();
+ builder.Services.AddSingleton<ISourceService, SourceService>();
var app = builder.Build();