You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 21, 2022. It is now read-only.
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.