From 4a85a97a871bb3a9fcc34621ebc3c5a290e6b173 Mon Sep 17 00:00:00 2001 From: liamcottle Date: Sun, 24 Mar 2024 00:22:48 +1300 Subject: [PATCH] add hardware model stats to api info --- src/index.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/index.js b/src/index.js index 16e4cb2..6f73875 100644 --- a/src/index.js +++ b/src/index.js @@ -48,6 +48,10 @@ app.get('/api', async (req, res) => { "path": "/api/v1/nodes", "description": "Meshtastic nodes in JSON format.", }, + { + "path": "/api/v1/stats/hardware-models", + "description": "Database statistics about hardware models in JSON format.", + }, { "path": "/api/v1/waypoints", "description": "Meshtastic waypoints in JSON format.",