fix get bus mode example

This commit is contained in:
onyx-and-iris 2026-04-05 00:48:12 +01:00
parent 4e03724a6b
commit cd80c7b763

View File

@ -62,7 +62,7 @@ curl -X 'GET' \
```console ```console
curl -X 'GET' \ 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' -H 'accept: application/json'
``` ```