fix: fix REST API standard rendering

This commit is contained in:
ZanzyTHEbar 2023-01-28 14:47:57 +00:00
parent 2a609abd24
commit 3753cc6b67

View File

@ -18,9 +18,9 @@ For basic `GET` requests, you can use your browser of choice.
The REST API follows the following standard:
´´´bash
```
http://{device_name}.local:81/control/command/{endpoint}?{param}={value}&{param}={value}
´´´
```
> For example, if the name of the device is `esp32`, you can connect to the device using `http://esp32.local:81/control/command/<endpoint>`.