Docfile commited on
Commit
5fd4540
·
verified ·
1 Parent(s): 0a3c1c2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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('/admin')
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')