We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2a694f commit 9e5667cCopy full SHA for 9e5667c
src/infrastructure/AccountHttp.ts
@@ -49,6 +49,7 @@ export class AccountHttp extends Http implements AccountRepository {
49
constructor(url: string) {
50
super(url);
51
this.accountRoutesApi = new AccountRoutesApi(url);
52
+ this.accountRoutesApi.useQuerystring = true;
53
}
54
55
/**
0 commit comments