Fix the wrong order of examples (#60)

This commit is contained in:
Potat0 2022-08-18 00:44:35 +08:00 committed by GitHub
parent 5ce0f55f35
commit d029d6684c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 8 deletions

View File

@ -153,9 +153,11 @@ Request:
```json
{
"servers": [],
"type": "server_list",
"args": ""
"servers": [
"alpha"
],
"type": "bird",
"args": "show status"
}
```
@ -179,11 +181,9 @@ Request:
```json
{
"servers": [
"alpha"
],
"type": "bird",
"args": "show status"
"servers": [],
"type": "server_list",
"args": ""
}
```