Skip to content

Commit

Permalink
Merge pull request #61 from mbta/ph-bump-api-verison-to-2
Browse files Browse the repository at this point in the history
feat: bump the API version to 2 so bus screens pick up the COVID change
  • Loading branch information
handorff authored Mar 18, 2020
2 parents 8a7ab26 + 0bee100 commit 3a0b9ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/config.exs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ config :elixir, :time_zone_database, Tzdata.TimeZoneDatabase
config :screens, :redirect_http?, true

config :screens,
api_version: "1",
api_version: "2",
screen_data: %{
"1" => %{stop_id: "1722", app_id: "bus_eink"},
"2" => %{stop_id: "383", app_id: "bus_eink"},
Expand Down

0 comments on commit 3a0b9ca

Please sign in to comment.