diff --git a/api/__init__.py b/api/__init__.py index 7f8538f..3b4b209 100644 --- a/api/__init__.py +++ b/api/__init__.py @@ -112,7 +112,7 @@ def create_app(): result = _enqueue(queuepackage) return Response(response=result) - @app.route('/daemon-status') + @app.route('/status/daemon') def daemon_status(): running = False if daemon_detect.is_running():