first commit
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
import { http } from '@/services/api/http'
|
||||
import { buildUrl, endpoints } from '@/services/api/endpoints'
|
||||
|
||||
export const apiGetStudentCourses = (params) => http.get(endpoints.getStudentCourses, { params })
|
||||
|
||||
export const apiShowStudentCourse = (id) => http.get(buildUrl(endpoints.showStudentCourse, { id }))
|
||||
Reference in New Issue
Block a user