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

Image logic 개발 #19

Open
wants to merge 7 commits into
base: main
Choose a base branch
from
Open

Image logic 개발 #19

wants to merge 7 commits into from

Conversation

11dlguswns
Copy link
Contributor

💬 개요 💬

  • Image의 Byte값을 반환하는 API 개발
  • Image의 경로를 받는 과정에서 파일 이름만 반환하게 변경

💬 작업 내용 💬

Image의 Byte값을 반환하는 API 개발

httpMethod : GET
endPoint : /api/image/{filename}
image

  • Image의 경로를 요청하면 이미지 파일을 반환합니다.

Image의 경로를 받는 과정에서 파일 이름만 반환하게 변경

httpMethod : GET
endPoint : /api/thread
image

httpMethod : GET
endPoint : /api/board
image

  • ImageUrl을 반환할때 파일 이름만 반환합니다.

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