Skip to content

Commit 8e568a7

Browse files
authored
Merge pull request #27 from LogansUA/fix-realm-status
Fix realm status end point
2 parents 77dac2e + f11bf24 commit 8e568a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Service/WorldOfWarcraft.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ public function getQuest($questId, array $options = [])
351351
*/
352352
public function getRealmStatus(array $options = [])
353353
{
354-
return $this->request('/realm/', $options);
354+
return $this->request('/realm/status', $options);
355355
}
356356

357357
// endregion Realm status API

0 commit comments

Comments
 (0)