SNA
엔드포인트 레퍼런스

Health check

SNA 서버가 실행 중인지 확인합니다.

GET
/health

응답 본문

application/json

curl -X GET "https://example.com/health"
{
  "ok": true,
  "name": "sna",
  "version": "string"
}