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