We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d4bb80 commit 2ead772Copy full SHA for 2ead772
1 file changed
src/tools/Account.php
@@ -78,7 +78,7 @@ public function logout(): stdClass {
78
*/
79
public function qr(): stdClass {
80
return $this->greenApi->request('GET',
81
- '{{host}}/waInstance{{idInstance}}/QR/{{apiTokenInstance}}');
+ '{{host}}/waInstance{{idInstance}}/qr/{{apiTokenInstance}}');
82
}
83
84
/**
0 commit comments