diff options
Diffstat (limited to 'api/status.py')
-rw-r--r-- | api/status.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/api/status.py b/api/status.py index 6404a7f..19a01a1 100644 --- a/api/status.py +++ b/api/status.py @@ -1,7 +1,7 @@ from flask import Blueprint from db import cursor -status = Blueprint('status', __name__) +status = Blueprint('server_status', __name__) @status.route('/status') def index(): |