Skip to content

Commit 1f5f4dd

Browse files
author
Josh Freeman
committed
Fix endpoint for companion tokens
1 parent 6643f00 commit 1f5f4dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/XIVAPI/Api/Market.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public function categories()
2929

3030
public function tokens($password)
3131
{
32-
return Guzzle::get("/market/categories", [
32+
return Guzzle::get("/companion/tokens", [
3333
RequestOptions::QUERY => [
3434
'password' => $password
3535
]

0 commit comments

Comments
 (0)