Skip to content

Commit 7c35b45

Browse files
committed
Support /lp/heartbeat
1 parent 52f5f12 commit 7c35b45

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

languages.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ def urlify(pack):
3030

3131

3232
@app.route('/heartbeat')
33+
@app.route('/lp/heartbeat')
3334
def heartbeat():
3435
return 'ok'
3536

0 commit comments

Comments
 (0)