mirror of
https://github.com/jhillyerd/inbucket.git
synced 2025-12-19 10:37:01 +00:00
ui: Upgrade to elm/http 2.0.0
This commit is contained in:
@@ -29,8 +29,10 @@ init =
|
||||
|
||||
cmdGreeting : Cmd Msg
|
||||
cmdGreeting =
|
||||
Http.send GreetingResult <|
|
||||
Http.getString "/serve/greeting"
|
||||
Http.get
|
||||
{ url = "/serve/greeting"
|
||||
, expect = Http.expectString GreetingResult
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user