diff --git a/src/stores/branch/index.ts b/src/stores/branch/index.ts index 187fe186..8564ae76 100644 --- a/src/stores/branch/index.ts +++ b/src/stores/branch/index.ts @@ -191,7 +191,7 @@ const useBranchStore = defineStore('api-branch', () => { } async function getAdmin(branchId: string | string[]) { - const res = await api.get(`/branch/${branchId}/admin`, { + const res = await api.get(`/branch/${branchId}/manager`, { headers: { 'X-Rtid': flowStore.rtid }, });