Skip to content

Commit 2ead772

Browse files
committed
SDK-37
1 parent 6d4bb80 commit 2ead772

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
@@ -78,7 +78,7 @@ public function logout(): stdClass {
7878
*/
7979
public function qr(): stdClass {
8080
return $this->greenApi->request('GET',
81-
'{{host}}/waInstance{{idInstance}}/QR/{{apiTokenInstance}}');
81+
'{{host}}/waInstance{{idInstance}}/qr/{{apiTokenInstance}}');
8282
}
8383

8484
/**

0 commit comments

Comments
 (0)