-
Notifications
You must be signed in to change notification settings - Fork 2
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 |