Update example path

This commit is contained in:
Michael Klishin 2020-03-07 21:30:15 +03:00
parent ab91e796ab
commit 6ba5e87fce
1 changed files with 1 additions and 1 deletions

View File

@ -1009,7 +1009,7 @@ or:
<td>
Rebalances all queues in all vhosts. This operation is asynchronous therefore please check
the RabbitMQ log file for messages regarding the success or failure of the operation.
<pre>curl -4u 'guest:guest' -XPOST localhost:15672/api/queues/rebalance</pre>
<pre>curl -4u 'guest:guest' -XPOST localhost:15672/api/rebalance/queues/</pre>
</td>
</tr>
</table>