Skip to content
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

Open
DylanJones opened this issue Apr 22, 2020 · 0 comments
Open

Asking for the root node returns the whole database #6

DylanJones opened this issue Apr 22, 2020 · 0 comments
Labels
api This issue is related to the flask API backend

Comments

@DylanJones
Copy link
Contributor

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.

@DylanJones DylanJones added the api This issue is related to the flask API backend label Apr 22, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
api This issue is related to the flask API backend
Projects
None yet
Development

No branches or pull requests

1 participant