Skip to content

Commit

Permalink
Switch to picking up relative data.
Browse files Browse the repository at this point in the history
  • Loading branch information
philderbeast committed Mar 4, 2019
1 parent 152117d commit 485f278
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app-view/comp-view/FlareTiming/Comms.hs
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,8 @@ import FlareTiming.Events (IxTask(..))
-- mapUri s = "http://2012-forbes.flaretiming.com/json" <> s <> ".json"
-- mapUri s = "http://2018-forbes.flaretiming.com/json" <> s <> ".json"
-- mapUri s = "http://2018-dalmatian.flaretiming.com/json" <> s <> ".json"
-- mapUri s = "/json" <> s <> ".json"
mapUri :: T.Text -> T.Text
mapUri s = "http://localhost:3000" <> s
mapUri s = "/json" <> s <> ".json"

emptyRoute :: OptimalRoute (Maybe a)
emptyRoute =
Expand Down

0 comments on commit 485f278

Please sign in to comment.