Commit 593b3221 authored by delanoe's avatar delanoe

[FIX] Default apax = 1

parent 9d00f536
......@@ -21,7 +21,7 @@ class Graph(APIView):
format_ = request.GET.get('format', 'json')
type_ = request.GET.get('type', 'node_link')
apax = request.GET.get('apax', 2)
apax = request.GET.get('apax', 1)
corpus = session.query(Node).filter(Node.id==corpus_id).first()
......
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