Update app.py
Browse files
app.py
CHANGED
|
@@ -62,7 +62,7 @@ def add_message_to_history(conversation_id, role, content, has_file=False):
|
|
| 62 |
def index():
|
| 63 |
return render_template('index.html')
|
| 64 |
|
| 65 |
-
@app.route('/
|
| 66 |
def admin():
|
| 67 |
"""Page d'administration"""
|
| 68 |
return render_template('admin.html')
|
|
|
|
| 62 |
def index():
|
| 63 |
return render_template('index.html')
|
| 64 |
|
| 65 |
+
@app.route('/admin1')
|
| 66 |
def admin():
|
| 67 |
"""Page d'administration"""
|
| 68 |
return render_template('admin.html')
|