분양글 랜더링 리스트 조회
HTTP request
GET /adopt/render?_csrf=ffd94388-aa4b-4fcf-935a-6bcd083f11c6 HTTP/1.1
Content-Type: application/json;charset=UTF-8
Host: localhost:8080
HTTP response
HTTP/1.1 200 OK
Content-Type: application/json;charset=UTF-8
Content-Length: 365
[ {
"id" : 1,
"name" : "댕댕이1",
"age" : "1년 반",
"kind" : "강아지",
"latitude" : 75.32,
"longitude" : 31.23,
"thumbnail" : "thumbnail1",
"modal" : false
}, {
"id" : 2,
"name" : "댕댕이2",
"age" : "5년 반",
"kind" : "강아지",
"latitude" : 55.32,
"longitude" : 71.23,
"thumbnail" : "thumbnail13",
"modal" : false
} ]