fix ui: fix mockup api route
This commit is contained in:
parent
f033cbd12f
commit
44ffbd5412
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ export default class AiService extends BaseService {
|
|||
}
|
||||
|
||||
async getCardData(query: string, chartData: Record<string, any>): Promise<Record<string, any>> {
|
||||
const r = await this.client.post('/intelligent/search-plus', {
|
||||
const r = await this.client.post('/intelligent/ask-or/charts', {
|
||||
...chartData,
|
||||
question: query,
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue