feat(lessons): add lessons from client db

This commit is contained in:
shafin-r
2026-03-01 20:24:14 +06:00
parent 2eaf77e13c
commit 2a00c44157
152 changed files with 74587 additions and 222 deletions

View File

@ -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);
}