Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

동영상 썸네일 추가 기능 구현 #36

Merged
merged 5 commits into from
Aug 14, 2024
Merged

동영상 썸네일 추가 기능 구현 #36

merged 5 commits into from
Aug 14, 2024

Conversation

SJ70
Copy link
Member

@SJ70 SJ70 commented Aug 14, 2024

🚀 작업 내용

동영상 썸네일 추가 기능

#35

  • 썸네일 업로드

📝 참고 사항

  • 동영상 생성 api

    • 썸네일 필드를 추가 : thumbnail
    • dto 필드명 수정 : file -> video
  • 동영상 정보 수정 api

    • 썸네일 필드를 추가 (null일 경우 수정되지 않음) : thumbnail
    • 데이터 전송 방식 body에서 form으로 수정
  • 동영상 조회 api

    • 썸네일을 추가로 조회 : thumbnailUrl
    • dto 필드명 수정 : fileUrl -> videoUrl

🖼️ 스크린샷

close #35

@SJ70 SJ70 merged commit a53860f into main Aug 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

동영상 썸네일 추가 기능
1 participant