From 986e952ac4221dc03347ed2dbeee627e8f402bf4 Mon Sep 17 00:00:00 2001 From: yaoresugi Date: Fri, 19 Dec 2025 00:22:18 +0900 Subject: [PATCH] =?UTF-8?q?`/`=E3=82=92=E5=85=A5=E3=82=8C=E3=82=8B?= =?UTF-8?q?=E3=81=AE=E5=BF=98=E3=82=8C=E3=81=A6=E3=81=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/API.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/API.md b/docs/API.md index c43c905..cebb8c4 100644 --- a/docs/API.md +++ b/docs/API.md @@ -39,7 +39,7 @@ Gets state of one `port` of `addr`. Returns `true` if port is open or `false` ot curl "http://0.0.0.0:8840/api/port/192.168.2.2/8844" # Generic form -curl "http://0.0.0.0:8840{BASE_PATH}/api/port/192.168.2.2/8844" +curl "http://0.0.0.0:8840/{BASE_PATH}/api/port/192.168.2.2/8844" ```