From d318405ca9d5a300e4228c44ef555f717dfb1103 Mon Sep 17 00:00:00 2001 From: rosa Date: Tue, 3 Feb 2026 00:31:06 +0100 Subject: [PATCH] docs(README): add example usage of status endpoint --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 18f12d0..a6a1214 100644 --- a/README.md +++ b/README.md @@ -35,4 +35,9 @@ curl http://localhost:9999/targets ### GET to `/wake/:name` ```bash curl http://localhost:9999/wake/ +``` + +### Get to `/status/:name` +```bash +curl http://localhost:9999/status/ ``` \ No newline at end of file