Skip to content

Commit

Permalink
remove trailing slash
Browse files Browse the repository at this point in the history
  • Loading branch information
Headary committed Jan 17, 2024
1 parent a710c11 commit e1a4f9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Requests/EventListRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ public function getCacheKey(): string

public function getMethod(): string
{
return 'events/';
return 'events';
}
}

0 comments on commit e1a4f9e

Please sign in to comment.