Schedule management
This commit is contained in:
@ -15,3 +15,7 @@ export async function createSchedule(curriculum) {
|
||||
export async function getCurriculumSchedule(id){
|
||||
return restGet('/schedule/curriculum/' + id)
|
||||
}
|
||||
|
||||
export async function addLessonToSchedule(id,lessonId){
|
||||
return restPost('/schedule/' + id, lessonId)
|
||||
}
|
||||
|
Reference in New Issue
Block a user