mirror of
https://github.com/dillonkearns/elm-pages-v3-beta.git
synced 2024-11-27 21:29:55 +03:00
Remove commented code.
This commit is contained in:
parent
c48cec7cde
commit
3d2ebc6965
@ -1034,9 +1034,7 @@ get : String -> Request.Request
|
||||
get url =
|
||||
{ method = "GET"
|
||||
, url = url
|
||||
, headers =
|
||||
[--( "elm-pages-internal", "ExpectJson" )
|
||||
]
|
||||
, headers = []
|
||||
, body = DataSource.Http.emptyBody
|
||||
}
|
||||
|
||||
@ -1045,9 +1043,7 @@ post : String -> Request.Request
|
||||
post url =
|
||||
{ method = "POST"
|
||||
, url = url
|
||||
, headers =
|
||||
[--( "elm-pages-internal", "ExpectJson" )
|
||||
]
|
||||
, headers = []
|
||||
, body = DataSource.Http.emptyBody
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user