Skip to content

Commit

Permalink
Merge pull request #30 from palpalani/bugfix/rules-images
Browse files Browse the repository at this point in the history
Route changes
  • Loading branch information
palpalani authored May 14, 2024
2 parents 303670d + 130f438 commit 7b08325
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Requests/Store/UpdatePointsRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public function __construct(protected string $access_token, protected array $dat
*/
public function resolveEndpoint(): string
{
return '/custom-actions/update-points';
return '/action/update-points';
}

protected function defaultHeaders(): array
Expand Down

0 comments on commit 7b08325

Please sign in to comment.