1
0
Fork 0

Readme fix

This commit is contained in:
Gregory Eremin 2014-07-12 19:38:43 +07:00
parent 1827306e92
commit ccb91bc580
1 changed files with 11 additions and 11 deletions

View File

@ -74,14 +74,14 @@ Displays information about the queues, their messages and current subscriptions
Response:
```json
{
"urgent": {
"messages": 0,
"subscriptions": 0
},
"someday": {
"messages": 0,
"subscriptions": 0
}
"urgent": {
"messages": 0,
"subscriptions": 0
},
"someday": {
"messages": 0,
"subscriptions": 0
}
}
```
@ -94,8 +94,8 @@ Displays debug information about the queue process. Currenty displays the number
/debug
```
Response:
```
```json
{
"goroutines": 13
"goroutines": 13
}
```
```