Skip to content

Commit

Permalink
Update credential creation endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
Firehed committed Jul 22, 2024
1 parent 1ef13b9 commit 7c07617
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ public function verifyAuthToken(string $authToken): AuthResponse
public function attachRegistration(string $regToken, array $user): Credential
{
return $this->makeApiCall(
route: '/registration/attach',
route: '/credential/create',
data: [
'token' => $regToken,
'user' => $user,
Expand Down

0 comments on commit 7c07617

Please sign in to comment.