mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-05-02 03:14:50 +00:00
Update src/store/modules/profile.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
0ab7114b2d
commit
b3eb8f1a43
@ -103,7 +103,7 @@ export const profileStore = defineStore({
|
||||
return response;
|
||||
}
|
||||
this.endpoints = response.data.pods || [];
|
||||
return response;
|
||||
return response.data;
|
||||
},
|
||||
async getTaskEndpoints(serviceId: string, keyword?: string) {
|
||||
const response = await graphql.query("queryEndpoints").params({
|
||||
|
Loading…
Reference in New Issue
Block a user