Skip to content
This repository was archived by the owner on Nov 21, 2022. It is now read-only.
This repository was archived by the owner on Nov 21, 2022. It is now read-only.

Asking for the root node returns the whole database #6

@DylanJones

Description

@DylanJones

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    apiThis issue is related to the flask API backend

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions