From a1d589c1a0d5a5010e5fe4e8a1ec403ffafb289f Mon Sep 17 00:00:00 2001 From: Ariel Costas Guerrero Date: Sun, 7 Dec 2025 23:33:10 +0100 Subject: Implement Renfe data source --- src/Costasdev.Busurbano.Backend/Controllers/VigoController.Legacy.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Costasdev.Busurbano.Backend/Controllers/VigoController.Legacy.cs') diff --git a/src/Costasdev.Busurbano.Backend/Controllers/VigoController.Legacy.cs b/src/Costasdev.Busurbano.Backend/Controllers/VigoController.Legacy.cs index 3bb9930..d006e38 100644 --- a/src/Costasdev.Busurbano.Backend/Controllers/VigoController.Legacy.cs +++ b/src/Costasdev.Busurbano.Backend/Controllers/VigoController.Legacy.cs @@ -53,7 +53,7 @@ public partial class VigoController : ControllerBase try { - var file = Path.Combine(_configuration.ScheduleBasePath, effectiveDate, stopId + ".json"); + var file = Path.Combine(_configuration.VitrasaScheduleBasePath, effectiveDate, stopId + ".json"); if (!SysFile.Exists(file)) { throw new FileNotFoundException(); -- cgit v1.3