Add records property for underwater json (useless...)
This commit is contained in:
parent
2fa1d2d99e
commit
696ef51508
@ -23,6 +23,6 @@ class UnderwaterController extends AbstractController
|
|||||||
$under->setLng($coords['lng']);
|
$under->setLng($coords['lng']);
|
||||||
}
|
}
|
||||||
|
|
||||||
return $this->json($underwater);
|
return $this->json(['records' => $underwater]);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user