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 5f7266a commit 85c82ca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app-view/comp-view/FlareTiming/Comms.hs
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,9 @@ 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 85c82ca

Please sign in to comment.