Latest stable branch includes sermon analysis endpoint, but not required for new installations
This commit is contained in:
@@ -744,6 +744,10 @@ def make_view(response_list=[]):
|
||||
response = jsonify(response_list)
|
||||
|
||||
|
||||
@app.get("/fe")
|
||||
def frontend():
|
||||
return send_file('kjv_fe.html')
|
||||
|
||||
@app.get("/search") # user-facing keyword search. To be moved to backend, possibly replaced with semantic search.
|
||||
def search():
|
||||
keywords = request.args.get("kw", None)
|
||||
|
||||
Reference in New Issue
Block a user