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


@common_route_wrap
def heart_beat():
    # curl -X POST http://127.0.0.1:9527/HeartBeat
    return "OK"