Skip to content

Commit

Permalink
Added API config for shuttle stops (#821)
Browse files Browse the repository at this point in the history
Co-authored-by: BluntBSE <[email protected]>
  • Loading branch information
Robert-Meyer-MBTA and BluntBSE authored Jul 10, 2024
1 parent 48d05cc commit cd2572d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions apps/state/config/config.exs
Original file line number Diff line number Diff line change
Expand Up @@ -764,7 +764,8 @@ config :state, :stops_on_route,
"9070079",
"151",
"9070083",
"6564"
"6564",
"9070065"
],
{"Red", 1} => [
"9170076",
Expand All @@ -780,7 +781,9 @@ config :state, :stops_on_route,
"190",
"9070025",
"9070080",
"151"
"151",
"9070071",
"9070068"
]
}

Expand Down

0 comments on commit cd2572d

Please sign in to comment.