Skip to content

Image Router

DongGyu Kim edited this page Mar 9, 2021 · 1 revision
Description Method URI Headers Body Query
이미지 조회 GET /api/images/:id
게시글 이미지 업로드 POST /api/images/posts x-access-token file(.jpeg ...)
프로필 이미지 업로드 POST /api/images/prifiles x-access-token file(.jpeg ...)
이미지 삭제 DELETE /api/images/:id x-access-token

Clone this wiki locally