Merge master part1
This commit is contained in:
@ -45,7 +45,10 @@ export async function getLessons(){
|
||||
|
||||
export async function getOwnedLessons(){
|
||||
return restGet("/lessons/owned")
|
||||
|
||||
}
|
||||
|
||||
export async function getOnesLessons(){
|
||||
return restGet("/lessons/OwnCurriculum");
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user