asr / view_func /heart_beat.py
HoneyTian's picture
update
0139e20
raw
history blame
No virus
139 Bytes
# -*- encoding=UTF-8 -*-
from route_wrap.common_route_wrap import common_route_wrap
@common_route_wrap
def heart_beat():
return 'OK'