From d71f0ed16d175285f2e8cbde6091994c2aa1d962 Mon Sep 17 00:00:00 2001 From: Ariel Costas Guerrero Date: Mon, 9 Mar 2026 00:00:39 +0100 Subject: Enhance route details handling and add favorites functionality; improve error logging and response structure --- src/Enmarcha.Backend/Types/Transit/RouteDtos.cs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/Enmarcha.Backend/Types') diff --git a/src/Enmarcha.Backend/Types/Transit/RouteDtos.cs b/src/Enmarcha.Backend/Types/Transit/RouteDtos.cs index 3904555..8427ec7 100644 --- a/src/Enmarcha.Backend/Types/Transit/RouteDtos.cs +++ b/src/Enmarcha.Backend/Types/Transit/RouteDtos.cs @@ -43,4 +43,6 @@ public class PatternStopDto public double Lat { get; set; } public double Lon { get; set; } public List ScheduledDepartures { get; set; } = []; + public string? PickupType { get; set; } + public string? DropOffType { get; set; } } -- cgit v1.3