Skip to content

Commit

Permalink
Switch to relative data.
Browse files Browse the repository at this point in the history
  • Loading branch information
philderbeast committed Apr 28, 2019
1 parent 6375bf2 commit dff9d21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app-view/comp-view/FlareTiming/Comms.hs
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ import FlareTiming.Events (IxTask(..))
-- 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 dff9d21

Please sign in to comment.