Fix copy/paste error: stats -> blocks (#148)
The link for api/blocks should read as "blocks" rather than "stats".
This commit is contained in:
parent
c84f2472d8
commit
0ce7fc4667
|
@ -3,7 +3,7 @@
|
|||
|
||||
<ul>
|
||||
<li><a href="/api/stats">/stats</a> global pool stats</li>
|
||||
<li><a href="/api/blocks">/stats</a> global block stats</li>
|
||||
<li><a href="/api/blocks">/blocks</a> global block stats</li>
|
||||
<li><a href="/api/pool_stats">/pool_stats</a> - historical stats</li>
|
||||
<li><a href="/api/payments">/payments</a> - payment history</li>
|
||||
<li><a href="/api/worker_stats?taddr">/worker_stats?taddr</a> - historical time per pool json </li>
|
||||
|
|
Loading…
Reference in New Issue