Skip to content

Commit fbe9236

Browse files
authored
Update ParseAPI.elm
1 parent 579dec3 commit fbe9236

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ParseAPI.elm

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ headers : Credentials -> List (String, String)
2222
headers creds =
2323
[ ("X-Parse-Application-Id", creds.appId)
2424
, ("X-Parse-REST-API-Key", creds.apiKey)
25-
--, ("Origin" , "http://10.0.0.22:1337")
2625
]
2726

2827
trailingSlash : String -> String
@@ -70,4 +69,4 @@ find credentials class query decoder =
7069
(pathURL credentials.url ["classes", class])
7170
[("where", Json.encode 0 (Json.object query))]
7271
in
73-
get resultsDecoder urlQuery
72+
get resultsDecoder urlQuery

0 commit comments

Comments
 (0)