Skip to content

Commit b6aca02

Browse files
Fixed POST
1 parent 62d83d9 commit b6aca02

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

HTTP/http.ezcode

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ class http {
66
return runexec http.dll.Http.HTTP.GET ~> {url}
77
}
88
method POST : @str:url, @str:data, @str:contentType => @str {
9-
return runexec http.dll.Http.HTTP.GET ~> {url}, {data}, {contentType}
9+
return runexec http.dll.Http.HTTP.POST ~> {url}, {data}, {contentType}
1010
}
1111
}

0 commit comments

Comments
 (0)