From aa533b638eef43f4e5886cae189aa1b2fb5ebbf4 Mon Sep 17 00:00:00 2001 From: daffyDukk <daniel.forsberg@dsv.su.se> Date: Tue, 26 Oct 2021 15:19:23 +0200 Subject: [PATCH] Moved the daemon-status to /staus/daemon --- api/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(): -- 2.39.5