Skip to content

Commit

Permalink
BUGFIX: fixed issue wrong url for update img (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
phongphanmage authored Feb 25, 2020
1 parent 2bb82b3 commit 6e24fb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Nodes/Item/Item.php
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ public function updateItem($parameters = []): ResponseData
*/
public function updateItemImage($parameters = []): ResponseData
{
return $this->post('/api/v1/item/update', $parameters);
return $this->post('/api/v1/item/img/update', $parameters);
}

/**
Expand Down

0 comments on commit 6e24fb8

Please sign in to comment.