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

View File

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