feat: dynamically get chapters

This commit is contained in:
swve 2022-11-04 19:13:30 +01:00
parent c2b3e51ad0
commit ee69cb7e58
2 changed files with 23 additions and 21 deletions

View file

@ -13,8 +13,6 @@ from fastapi import FastAPI, HTTPException, status, Request, Response, Backgroun
class CourseElement(BaseModel):
element_id: str
content: str
content_type: str
class CourseChapter(BaseModel):