clearml-server/server/services/debug.py

7 lines
167 B
Python
Raw Normal View History

from service_repo import APICall, endpoint
@endpoint("debug.ping")
def ping(call: APICall, _, __):
call.result.data = {"msg": "Because it trains cats and dogs"}