mirror of
https://github.com/dillonkearns/elm-pages-v3-beta.git
synced 2024-11-28 14:34:18 +03:00
Remove a hardcoded HTTP method.
This commit is contained in:
parent
80d8ee8a71
commit
51e8617dc3
@ -56,8 +56,7 @@ get (Url ( UnmaskedUrl unmaskedUrl, maskedUrl )) gotResponse =
|
||||
Http.expectString
|
||||
(\response ->
|
||||
gotResponse
|
||||
-- TODO hash remove hardcoded GET
|
||||
{ request = { url = maskedUrl, method = "GET" }
|
||||
{ request = { url = maskedUrl, method = unmaskedUrl.method }
|
||||
, response = response
|
||||
}
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user