We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 579dec3 commit fbe9236Copy full SHA for fbe9236
ParseAPI.elm
@@ -22,7 +22,6 @@ headers : Credentials -> List (String, String)
22
headers creds =
23
[ ("X-Parse-Application-Id", creds.appId)
24
, ("X-Parse-REST-API-Key", creds.apiKey)
25
- --, ("Origin" , "http://10.0.0.22:1337")
26
]
27
28
trailingSlash : String -> String
@@ -70,4 +69,4 @@ find credentials class query decoder =
70
69
(pathURL credentials.url ["classes", class])
71
[("where", Json.encode 0 (Json.object query))]
72
in
73
- get resultsDecoder urlQuery
+ get resultsDecoder urlQuery
0 commit comments