Skip to content

getmyPage

MyunDev edited this page Jun 6, 2020 · 1 revision
메소드 경로 설명
GET /users/myPage?category={category} 마이페이지 불러오기

응답바디

마이페이지 검색 성공

{
    "success": true,
    "message": "검색 성공",
    "data": [
        {
            "userIdx": 1,
            "recipeIdx": 4,
            "recipeThumbnail": "https://simjus3.s3.ap-northeast-2.amazonaws.com/1591473981885.jpg"
        }
    ]
}
Clone this wiki locally