From 241a9c56e86506d1bca2efe1e52631a2d3eeb208 Mon Sep 17 00:00:00 2001 From: tcheeric Date: Fri, 28 Nov 2025 11:19:15 +0000 Subject: [PATCH] fix: update health check response from "ok" to "pong" --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2d8a816..e9002a4 100644 --- a/README.md +++ b/README.md @@ -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