1 Commits

Author SHA1 Message Date
cd80c7b763 fix get bus mode example 2026-04-05 00:48:12 +01:00

View File

@@ -62,7 +62,7 @@ curl -X 'GET' \
```console
curl -X 'GET' \
'http://127.0.0.1:8000/bus/mode/4/mode' \
'http://127.0.0.1:8000/bus/mode/4' \
-H 'accept: application/json'
```