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