diff --git a/src/Endpoint/Stage.php b/src/Endpoint/Stage.php index 04a3828..1646ad3 100644 --- a/src/Endpoint/Stage.php +++ b/src/Endpoint/Stage.php @@ -30,7 +30,7 @@ public function getById(int $stageId) */ public function getBySeasonId(int $seasonId) { - $url = "stages/{$seasonId}"; + $url = "stages/season/{$seasonId}"; return $this->call($url); } }