xyplon
commited on
Update app.py
Browse files
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)
|