xyplon commited on
Commit
9b7755d
·
verified ·
1 Parent(s): 29c855f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -37,7 +37,7 @@ limiter.init_app(app)
37
 
38
 
39
 
40
- @app.route("/")
41
  def index():
42
  message = {'Total Requests: ': total, 'Pending Requests: ': pending}
43
  return jsonify(message)
 
37
 
38
 
39
 
40
+ @app.route("/index")
41
  def index():
42
  message = {'Total Requests: ': total, 'Pending Requests: ': pending}
43
  return jsonify(message)