mirror of
https://github.com/rzmk/learnhouse.git
synced 2025-12-19 04:19:25 +00:00
feat: add updates functionality to app
This commit is contained in:
parent
f0e5fa925d
commit
8a2ccb2534
6 changed files with 147 additions and 53 deletions
|
|
@ -167,7 +167,7 @@ async def api_get_course_updates(
|
|||
|
||||
return await get_updates_by_course_uuid(request, course_uuid, current_user, db_session)
|
||||
|
||||
@router.post("/{course_uuid}/update")
|
||||
@router.post("/{course_uuid}/updates")
|
||||
async def api_create_course_update(
|
||||
request: Request,
|
||||
course_uuid: str,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue