From cd2572df94a8044227e1a0bc5c3aba45959ab194 Mon Sep 17 00:00:00 2001 From: Robert-Meyer-MBTA Date: Wed, 10 Jul 2024 13:54:28 -0400 Subject: [PATCH] Added API config for shuttle stops (#821) Co-authored-by: BluntBSE <31498420+BluntBSE@users.noreply.github.com> --- apps/state/config/config.exs | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/apps/state/config/config.exs b/apps/state/config/config.exs index 6d628f41..98b2ef85 100644 --- a/apps/state/config/config.exs +++ b/apps/state/config/config.exs @@ -764,7 +764,8 @@ config :state, :stops_on_route, "9070079", "151", "9070083", - "6564" + "6564", + "9070065" ], {"Red", 1} => [ "9170076", @@ -780,7 +781,9 @@ config :state, :stops_on_route, "190", "9070025", "9070080", - "151" + "151", + "9070071", + "9070068" ] }