Skip to content

Commit

Permalink
Fix realm status end point
Browse files Browse the repository at this point in the history
  • Loading branch information
LogansUA committed Mar 15, 2017
1 parent 77dac2e commit f11bf24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Service/WorldOfWarcraft.php
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ public function getQuest($questId, array $options = [])
*/
public function getRealmStatus(array $options = [])
{
return $this->request('/realm/', $options);
return $this->request('/realm/status', $options);
}

// endregion Realm status API
Expand Down

0 comments on commit f11bf24

Please sign in to comment.