HoneyTian's picture
update
0139e20
raw
history blame
210 Bytes
# -*- 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"