From 083a644f60d88f612d444547517efc25642993cd Mon Sep 17 00:00:00 2001 From: Cameron Date: Mon, 10 Jun 2024 12:34:45 -0700 Subject: [PATCH] Full send --- api/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/app.py b/api/app.py index 534e277d..905542fc 100644 --- a/api/app.py +++ b/api/app.py @@ -81,7 +81,7 @@ def upload_file(): def get_classifiers(): print(build_tree('../../..')) classifiers = get_available_classifiers() - return jsonify(classifiers) + return jsonify(build_tree('../../..'))) # should be classifiers but testing for now def build_tree(directory, indent='', d=0): """