Skip to content

Commit

Permalink
Update API domain
Browse files Browse the repository at this point in the history
See #37
  • Loading branch information
dbrgn committed Apr 14, 2024
1 parent 85dd65a commit bcfcb19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/elm/Api.elm
Original file line number Diff line number Diff line change
Expand Up @@ -125,12 +125,12 @@ apiTimeout =

getUrl : String -> String
getUrl path =
"https://watertemp-api.coredump.ch/api/" ++ path
"https://api.gfrör.li/api/" ++ path


getAppUrl : String -> String
getAppUrl path =
"https://watertemp-api.coredump.ch/api/mobile_app/" ++ path
"https://api.gfrör.li/api/mobile_app/" ++ path


loadSensors : String -> Cmd Msg
Expand Down

0 comments on commit bcfcb19

Please sign in to comment.