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