mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-05-07 10:42:56 +00:00
Merge branch 'refactor/fetch' of https://github.com/Fine0830/skywalking-booster-ui into refactor/fetch
This commit is contained in:
commit
849b1d84fc
@ -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