System
Returns basic server info. The only endpoint that does not require auth.
响应
200
Server is up.
application/json
okboolean可选Example:
truenamestring可选Example:
shardx-launcherversionstring可选Example:
0.1.0get/health
GET /health HTTP/1.1
Host: 127.0.0.1:40325
Accept: */*
200
Server is up.
{
"ok": true,
"name": "shardx-launcher",
"version": "0.1.0"
}最后更新于
这有帮助吗?

