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 db55db0 commit e7a3fb8Copy full SHA for e7a3fb8
src/summary/summary-api-client/summary-api-client.ts
@@ -7,7 +7,7 @@ export class SummaryApiClient {
7
private _tableDataClient: TableDataClient;
8
9
constructor(private _client: ApiClient) {
10
- this._tableDataClient = new TableDataClient(this._client, '/summary?data');
+ this._tableDataClient = new TableDataClient(this._client, 'api/v2/summary');
11
}
12
13
async getSummary(request: SummaryTableDataRequest): Promise<TableDataResponse<SummaryApiRow>> {
0 commit comments