Blame view
src/schoolApi/schoolApi.js
383 Bytes
29ac0dbb2
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
// import http from "@/Services/http.js"; // const resource = "/getAllSections"; // export default { // get() { // return http().get(`${resource}`) // }, // // getPost(postId) { // // return Repository.get(`${resource}/${postId}`); // // }, // // createPost(payload) { // // return Repository.post(`${resource}`, payload); // // } // }; |