From 848646003cfa365a00d5b789fca1d8a0b6d0b446 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BD=D1=82=D0=BE=D0=BD?= Date: Mon, 12 Jan 2026 11:47:20 +0300 Subject: [PATCH] update README to support new API endpoint for sessions --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 98c0d08..f791b4a 100644 --- a/README.md +++ b/README.md @@ -238,6 +238,7 @@ VACUUM;" | Method | Endpoint | Description | | :--- | :--- | :--- | | **GET** | `/stats` | Current status of all clients (Real-time). | +| **GET** | `/sessions` | **New** List of all active sessions (supports multi-device/user). | | **GET** | `/stats/system` | Server-wide totals (Total traffic, active count). | | **GET** | `/stats/` | Detailed client stats + History. Params: `range` (24h, 7d), `resolution`. | | **GET** | `/certificates` | List of all certificates with expiration status. **Cached (Fast)**. |