We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c3c459 commit 53120d2Copy full SHA for 53120d2
README.md
@@ -22,7 +22,7 @@ Build the client bundle
22
```
23
24
Once the bundle is built, it can be added to the assets of your main server, and
25
-interacted with as described [here](#api-for-the-client).
+interacted with as described [here](#client-api-bundle).
26
27
## Deployment
28
@@ -82,9 +82,9 @@ See [server.js](./src/server.js) for more details.
82
83
## HTTP API
84
85
-- GET `/v1/stats`: returns the server statistics in JSON:
+- GET `/v1/stats`: returns the server statistics as an array with one entry per channel, in JSON:
86
```json
87
- [ // one array entry per channel
+ [
88
{
89
"createDate": "2023-10-25T04:57:45.453Z",
90
"uuid": "86079c25-9cf8-4d58-9dea-cef44cf845e2",
0 commit comments