status page
This commit is contained in:
parent
f4f94be674
commit
360b1995b3
1 changed files with 3 additions and 0 deletions
|
@ -22,3 +22,6 @@ def build(strategy):
|
||||||
|
|
||||||
raise error
|
raise error
|
||||||
|
|
||||||
|
@app.route('/status')
|
||||||
|
def status(strategy):
|
||||||
|
return 'OK'
|
||||||
|
|
Loading…
Reference in a new issue