This repository has been archived by the owner on Nov 21, 2022. It is now read-only.
Asking for the root node returns the whole database #6
Labels
api
This issue is related to the flask API backend
Currently, issuing a GET /point/ will have an array of children in the response. This array has each child in its entirety, which means that a call that gets the root node will end up returning the entire database of points. We should change the array to just contain the IDs of the children, not the entire child objects.
The text was updated successfully, but these errors were encountered: