change schedule Curriculum and own schedule
This commit is contained in:
@ -11,3 +11,7 @@ export async function getOwnSchedule(){
|
||||
export async function createSchedule(curriculum) {
|
||||
return restPost('/schedule',{curriculum : curriculum})
|
||||
}
|
||||
|
||||
export async function getCurriculumSchedule(id){
|
||||
return restGet('/schedule/curriculum/' + id)
|
||||
}
|
||||
|
Reference in New Issue
Block a user