dasdasd
This commit is contained in:
5
services/apis/center.api.ts
Normal file
5
services/apis/center.api.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
import callAPI from "@/core/caller";
|
||||
|
||||
export async function getAllCenters() {
|
||||
return await callAPI.get(`/center/all`).then((res) => res.data);
|
||||
}
|
||||
Reference in New Issue
Block a user