@@ -252,6 +252,11 @@ def DeleteCSet():
delete_cset( data['id'] )
return "200"
# quick health route so traefik knows we are up
@app.route('/health')
def health():
return {"status": "ok"}, 200
# Main program
if __name__ == '__main__':
app.run(debug=True)
The note is not visible to the blocked user.