File size: 139 Bytes
0139e20
 
 
 
 
 
 
1
2
3
4
5
6
7
8
# -*- encoding=UTF-8 -*-
from route_wrap.common_route_wrap import common_route_wrap


@common_route_wrap
def heart_beat():
    return 'OK'