Skip to content

Commit 7a8cbc6

Browse files
authored
Merge pull request #18 from green-api/SDK-37
SDK-37
2 parents c51a1a8 + 2ead772 commit 7a8cbc6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/tools/Account.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ public function logout(): stdClass {
8181
*/
8282
public function qr(): stdClass {
8383
return $this->greenApi->request('GET',
84-
'{{host}}/waInstance{{idInstance}}/QR/{{apiTokenInstance}}');
84+
'{{host}}/waInstance{{idInstance}}/qr/{{apiTokenInstance}}');
8585
}
8686

8787
/**

0 commit comments

Comments
 (0)