status page

This commit is contained in:
mwiegand 2022-09-05 13:52:46 +02:00
parent f4f94be674
commit 360b1995b3

View file

@ -22,3 +22,6 @@ def build(strategy):
raise error raise error
@app.route('/status')
def status(strategy):
return 'OK'