From 761499ee1b51fda06432fa2f0139a53f2219a340 Mon Sep 17 00:00:00 2001 From: Siesta <124433727+siestaw@users.noreply.github.com> Date: Mon, 28 Jul 2025 22:59:56 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9A=20docs(README):=20fix=20example=20?= =?UTF-8?q?URL?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7dc973e..2b2a76a 100644 --- a/README.md +++ b/README.md @@ -104,7 +104,7 @@ The token is shown once on the first startup. To regenerate it, run the server w #### Create a new controller ```bash -$ curl -X POST http://your-server.com/api/v1/controllers \ +$ curl -X POST localhost:8080/api/v1/controllers \ -H "Authorization: $TOKEN" ```