diff options
Diffstat (limited to 'api/status.py')
-rw-r--r-- | api/status.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/api/status.py b/api/status.py index 9d6ba37..6739c9d 100644 --- a/api/status.py +++ b/api/status.py @@ -5,3 +5,6 @@ status = Blueprint('status', __name__) @status.route('/status') def index(): return "" + +dynamic_route = ["/", status] + |