1 2 3 4 5 6 7 8
# coding=utf-8 class Index: path = ["/healthcheck"] def get(self, req): return req.Response(json={"status": "ok"})