Skip to content

Commit 9e5667c

Browse files
committed
FIxed #493
1 parent e2a694f commit 9e5667c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/infrastructure/AccountHttp.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ export class AccountHttp extends Http implements AccountRepository {
4949
constructor(url: string) {
5050
super(url);
5151
this.accountRoutesApi = new AccountRoutesApi(url);
52+
this.accountRoutesApi.useQuerystring = true;
5253
}
5354

5455
/**

0 commit comments

Comments
 (0)