📚 docs(README): fix example URL

This commit is contained in:
Siesta
2025-07-28 22:59:56 +02:00
parent 3608a27d44
commit 761499ee1b
+1 -1
View File
@@ -104,7 +104,7 @@ The token is shown once on the first startup. To regenerate it, run the server w
#### Create a new controller #### Create a new controller
```bash ```bash
$ curl -X POST http://your-server.com/api/v1/controllers \ $ curl -X POST localhost:8080/api/v1/controllers \
-H "Authorization: $TOKEN" -H "Authorization: $TOKEN"
``` ```