Demo Fixes 3
This commit is contained in:
@@ -105,6 +105,10 @@ class Conversation:
|
|||||||
def index():
|
def index():
|
||||||
return send_from_directory('.', 'index.html')
|
return send_from_directory('.', 'index.html')
|
||||||
|
|
||||||
|
@app.route('/voice-chat.js')
|
||||||
|
def voice_chat_js():
|
||||||
|
return send_from_directory('.', 'voice-chat.js')
|
||||||
|
|
||||||
@app.route('/api/health')
|
@app.route('/api/health')
|
||||||
def health_check():
|
def health_check():
|
||||||
return jsonify({
|
return jsonify({
|
||||||
|
|||||||
Reference in New Issue
Block a user