daemon-status #6
@ -112,7 +112,7 @@ def create_app():
|
|||||||
result = _enqueue(queuepackage)
|
result = _enqueue(queuepackage)
|
||||||
return Response(response=result)
|
return Response(response=result)
|
||||||
|
|
||||||
@app.route('/daemon-status')
|
@app.route('/status/daemon')
|
||||||
def daemon_status():
|
def daemon_status():
|
||||||
running = False
|
running = False
|
||||||
if daemon_detect.is_running():
|
if daemon_detect.is_running():
|
||||||
|
Loading…
x
Reference in New Issue
Block a user