Skip to content

Commit

Permalink
Fix : 반환 타입 사소하게 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
yigang.jo committed Jan 13, 2025
1 parent b7451b3 commit 172feb2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions KUA/course/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -382,6 +382,7 @@ def retrieve(self, request, *args, **kwargs):
"id": post.id,
"title": post.title,
"content": post.content,
"course_fk": post.course_fk.id,
"course_id": post.course_fk.course_id,
"created_at": post.created_at,
"updated_at": post.updated_at,
Expand Down

0 comments on commit 172feb2

Please sign in to comment.