Skip to content

Commit 2b54214

Browse files
committed
it is JSON not POST
1 parent 76c79e2 commit 2b54214

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/rest/class-server.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ public static function request_parameter_order( $order, $request ) {
207207
}
208208

209209
return array(
210-
'POST',
210+
'JSON',
211211
'defaults',
212212
);
213213
}

0 commit comments

Comments
 (0)