Skip to content

Commit

Permalink
Full send
Browse files Browse the repository at this point in the history
  • Loading branch information
cmaloney111 committed Jun 10, 2024
1 parent b63ef9a commit 083a644
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
"""
Expand Down

0 comments on commit 083a644

Please sign in to comment.