Commit 4cb382da authored by Romain Loth's avatar Romain Loth

TODO comment on api/nodes to fix user id retrieval someday

parent a13c1aea
......@@ -215,6 +215,7 @@ class NodeListHaving(APIView):
class NodeResource(APIView):
# TODO either real authentification test or remove check on user.id
def get(self, request, node_id):
parameters, query, count = _query_nodes(request, node_id)
if not len(query):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment