Skip to content

Commit

Permalink
Add simple taxonomy endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
akariv committed Apr 18, 2024
1 parent ea2ffdf commit 435ad5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server.py
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ def simple_cards():
return ret

@app.route('/api/simple/taxonomy')
def simple_cards():
def simple_taxonomy():
q = request.args.get('q', '')

es_client = current_app.config['ES_CLIENT']
Expand Down

0 comments on commit 435ad5e

Please sign in to comment.