Request

GET /api/health

Description

给监控服务提供的探活接口,请求能响应代表 BE 状态正常。

Query parameters

Request body

Response

  1. ```json
  2. {"status": "OK","msg": "To Be Added"}
  3. ```

Examples

  1. ```shell
  2. curl http://127.0.0.1:8040/api/health
  3. ```