Skip to content

Commit 602d163

Browse files
committed
fix: update API endpoints
1 parent d01db09 commit 602d163

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

.env

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
HOST="localhost:3000"
2-
DRIVERS_API="https://feeds.indycar.com/driversfeed.json"
3-
GRID_API="https://indycarsso.blob.core.windows.net/racecontrol/livegrid.json"
2+
DRIVERS_API="https://indycar.blob.core.windows.net/racecontrol/driversfeed.json"
3+
GRID_API="https://indycar.blob.core.windows.net/racecontrol/livegrid.json"
44
INDYCAR_URL="https://www.indycar.com/Drivers"
5-
SCORING_API="https://indycarsso.blob.core.windows.net/racecontrol/timingscoring.json"
6-
SCORING_EVENT_NAME="107th Running of the Indianapolis 500"
5+
SCORING_API="https://indycar.blob.core.windows.net/racecontrol/timingscoring.json"
6+
SCORING_EVENT_NAME="109th Running of the Indianapolis 500"
77
SCORING_UPDATES="enabled"

fly.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ console_command = "/rails/bin/rails console"
99

1010
[env]
1111
HOST = "fantasy500.site"
12-
DRIVERS_API = "https://feeds.indycar.com/driversfeed.json"
13-
GRID_API = "https://indycarsso.blob.core.windows.net/racecontrol/livegrid.json"
12+
DRIVERS_API = "https://indycar.blob.core.windows.net/racecontrol/driversfeed.json"
13+
GRID_API = "https://indycar.blob.core.windows.net/racecontrol/livegrid.json"
1414
INDYCAR_URL = "https://www.indycar.com/Drivers"
1515
SCORING_API = "https://indycar.blob.core.windows.net/racecontrol/timingscoring-ris.json"
16-
SCORING_EVENT_NAME = "108th Running of the Indianapolis 500"
16+
SCORING_EVENT_NAME = "109th Running of the Indianapolis 500"
1717
SCORING_UPDATES = "disabled"
1818
LANG = "en_US.UTF-8"
1919
RACK_ENV = "production"

0 commit comments

Comments
 (0)