Skip to content
This repository has been archived by the owner on Sep 22, 2024. It is now read-only.

Commit

Permalink
Fix port number in the About page
Browse files Browse the repository at this point in the history
  • Loading branch information
Michal Slaski committed Jun 21, 2017
1 parent 28d507f commit b22e470
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/elm/About.elm
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ update msg ( logo, vsn ) =
getTodos : Cmd Msg
getTodos =
Http.send RequestVersion <|
Http.get "http://localhost:8000/epl_version_EPL" <|
Http.get "http://localhost:37575/epl_version_EPL" <|
Decode.field "version" Decode.string


Expand Down

0 comments on commit b22e470

Please sign in to comment.