mirror of
https://github.com/rzmk/learnhouse.git
synced 2025-12-19 04:19:25 +00:00
hotfix: missing org_id in return for course endpoint
This commit is contained in:
parent
4bd31f29a8
commit
89889a93bf
1 changed files with 1 additions and 0 deletions
|
|
@ -63,6 +63,7 @@ class CourseRead(CourseBase):
|
||||||
|
|
||||||
class FullCourseRead(CourseBase):
|
class FullCourseRead(CourseBase):
|
||||||
id: int
|
id: int
|
||||||
|
org_id: int
|
||||||
course_uuid: Optional[str]
|
course_uuid: Optional[str]
|
||||||
creation_date: Optional[str]
|
creation_date: Optional[str]
|
||||||
update_date: Optional[str]
|
update_date: Optional[str]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue