upd: document
Deskripsi: - share document No Issues
This commit is contained in:
@@ -70,4 +70,11 @@ export const funAddDivisionMember = async (path: string, data: IFormMemberDivisi
|
||||
body: JSON.stringify(data),
|
||||
});
|
||||
return await response.json().catch(() => null);
|
||||
}
|
||||
|
||||
|
||||
|
||||
export const funGetListDivisionByIdDivision = async (path: string) => {
|
||||
const response = await fetch(`/api/division/more${path}`);
|
||||
return await response.json().catch(() => null);
|
||||
}
|
||||
Reference in New Issue
Block a user