Skip to content

Commit

Permalink
Pick up services on port 9000, #76.
Browse files Browse the repository at this point in the history
  • Loading branch information
philderbeast committed Nov 11, 2018
1 parent 7f75289 commit ddc5260
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app-view/comp-view/FlareTiming/Task.hs
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ tasks = do
getTasks :: MonadWidget t m => () -> m ()
getTasks () = do
pb :: Event t () <- getPostBuild
let defReq = "http://localhost:3000/tasks"
let defReq = "http://localhost:9000/tasks"
let req md = XhrRequest "GET" (maybe defReq id md) def
rsp <- performRequestAsync $ fmap req $ leftmost [ Nothing <$ pb ]

Expand Down

0 comments on commit ddc5260

Please sign in to comment.