clearml-server/apiserver/services/debug.py

7 lines
177 B
Python
Raw Normal View History

2021-01-05 14:28:49 +00:00
from apiserver.service_repo import APICall, endpoint
@endpoint("debug.ping")
def ping(call: APICall, _, __):
call.result.data = {"msg": "Because it trains cats and dogs"}