mirror of
https://github.com/xtekky/gpt4free.git
synced 2025-10-08 17:50:16 +08:00
Add background page
This commit is contained in:
@@ -69,9 +69,9 @@ class Backend_Api(Api):
|
||||
def home():
|
||||
return render_template('home.html')
|
||||
|
||||
@app.route('/qrcode', methods=['GET'])
|
||||
def qrcode():
|
||||
return render_template('qrcode.html')
|
||||
@app.route('/qrcode/<conversation_id>', methods=['GET'])
|
||||
def qrcode(conversation_id: str):
|
||||
return render_template('qrcode.html', conversation_id=conversation_id)
|
||||
|
||||
@app.route('/backend-api/v2/models', methods=['GET'])
|
||||
def jsonify_models(**kwargs):
|
||||
|
Reference in New Issue
Block a user