aboutsummaryrefslogtreecommitdiff
path: root/src/Costasdev.Busurbano.Backend/Controllers/VigoController.Legacy.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Costasdev.Busurbano.Backend/Controllers/VigoController.Legacy.cs')
-rw-r--r--src/Costasdev.Busurbano.Backend/Controllers/VigoController.Legacy.cs2
1 files changed, 1 insertions, 1 deletions
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();