aboutsummaryrefslogtreecommitdiff
path: root/src/Enmarcha.Backend/Program.cs
diff options
context:
space:
mode:
authorAriel Costas Guerrero <ariel@costas.dev>2026-03-06 23:23:36 +0100
committerAriel Costas Guerrero <ariel@costas.dev>2026-03-06 23:23:36 +0100
commitc3db1a9a85745597c1bec334443d630f009e30c8 (patch)
treea146bde390c518517fbabd527bb8bddf4160ec8b /src/Enmarcha.Backend/Program.cs
parent49ef6f4af837d4f3f4f367fa831f1ff176036c27 (diff)
Clean cruft, add colour to football routes
Diffstat (limited to 'src/Enmarcha.Backend/Program.cs')
-rw-r--r--src/Enmarcha.Backend/Program.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Enmarcha.Backend/Program.cs b/src/Enmarcha.Backend/Program.cs
index 025a0b3..e8a7968 100644
--- a/src/Enmarcha.Backend/Program.cs
+++ b/src/Enmarcha.Backend/Program.cs
@@ -123,7 +123,6 @@ builder.Services.AddSingleton<XuntaFareProvider>();
builder.Services.AddSingleton<ShapeTraversalService>();
builder.Services.AddSingleton<FeedService>();
builder.Services.AddSingleton<FareService>();
-builder.Services.AddSingleton<LineFormatterService>();
builder.Services.AddScoped<IArrivalsProcessor, VitrasaRealTimeProcessor>();
builder.Services.AddScoped<IArrivalsProcessor, CorunaRealTimeProcessor>();