We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52f5f12 commit 7c35b45Copy full SHA for 7c35b45
1 file changed
languages.py
@@ -30,6 +30,7 @@ def urlify(pack):
30
31
32
@app.route('/heartbeat')
33
+@app.route('/lp/heartbeat')
34
def heartbeat():
35
return 'ok'
36
0 commit comments