PAMapp/shared/services/my-consultant.service.ts
@@ -16,6 +16,10 @@ }); } async getAllGroupByConsultant(): Promise<Consultant[]> { return http.get<Consultant[]>('/appointment/customer/get_all_group_by_consultant').then((res) => res.data); } private viewMyConsultantList(): void { http.post('/consultant/favorite/view'); }