Skip to content

Return creator dog or dogs when requesting GET /spot/:id

Data could be returned with spot in following form:

{
...SpotData,
user: {
dog:[]
}
}