We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7f64e2 commit c822be3Copy full SHA for c822be3
src/OpenApi/Generate.elm
@@ -672,8 +672,8 @@ toRequestFunctions server effectTypes method pathUrl operation =
672
|> Gen.Result.withDefault (Elm.string "")
673
in
674
{ core = Gen.Http.call_.stringBody (Elm.string "application/x-www-form-urlencoded") encoded
675
- , elmPages = Gen.BackendTask.Http.jsonBody encoded
676
- , lamderaProgramTest = Gen.Effect.Http.jsonBody encoded
+ , elmPages = Gen.Http.call_.stringBody (Elm.string "application/x-www-form-urlencoded") encoded
+ , lamderaProgramTest = Gen.Http.call_.stringBody (Elm.string "application/x-www-form-urlencoded") encoded
677
}
678
)
679
0 commit comments