status page

This commit is contained in:
mwiegand 2022-09-05 13:55:09 +02:00
parent f4f94be674
commit 41bd93650d

View file

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