feat(lessons): add lessons from client db
This commit is contained in:
@ -219,7 +219,7 @@ class ApiClient {
|
||||
token,
|
||||
);
|
||||
}
|
||||
async fetchAllLessons(token: string): Promise<LessonsResponse> {
|
||||
async fetchLessonVideos(token: string): Promise<LessonsResponse> {
|
||||
return this.authenticatedRequest<LessonsResponse>(`/lessons/`, token);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user