add download cert

This commit is contained in:
2025-11-18 16:58:15 -03:00
parent a96dcb3e96
commit cd5f96210f
13 changed files with 417 additions and 23 deletions

View File

@@ -64,9 +64,7 @@ def put_course(course_id: str):
event = router.current_event
if not event.decoded_body:
raise BadRequestError('Invalid request body')
now_ = now()
raise BadRequestError('Invalid request body') now_ = now()
body = parse(
event.headers,
BytesIO(event.decoded_body.encode()),