daemon-status #6
@ -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():
|
||||
|
Loading…
x
Reference in New Issue
Block a user