1 Commits
Author SHA1 Message Date
onyx_online cd80c7b763 fix get bus mode example 2026-04-05 00:48:12 +01:00
+1 -1
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'
```