fix: update health check response from "ok" to "pong"

This commit is contained in:
tcheeric 2025-11-28 11:19:15 +00:00
parent 738fb26dd2
commit 241a9c56e8

View File

@ -266,7 +266,7 @@ Only npubs listed in the `ADMIN_NPUBS` environment variable can access admin met
| Method | Parameters | Description |
|--------|------------|-------------|
| `ping` | none | Health check - returns "ok" |
| `ping` | none | Health check - returns "pong" |
| `create_account` | `[username]`, `[domain]`, `[email]` | Create a new user account (OAuth flow) |
## Response Format