From adee6a419bf1e0f712a300820aeb2b25f7142798 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Fri, 21 Mar 2025 10:18:17 +0100 Subject: [PATCH] Threadfin: add port for website (#3295) --- frontend/public/json/threadfin.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/public/json/threadfin.json b/frontend/public/json/threadfin.json index d7efda799..bea0c5734 100644 --- a/frontend/public/json/threadfin.json +++ b/frontend/public/json/threadfin.json @@ -8,7 +8,7 @@ "type": "ct", "updateable": false, "privileged": false, - "interface_port": null, + "interface_port": 34400, "documentation": null, "website": "https://github.com/Threadfin/Threadfin", "logo": "https://raw.githubusercontent.com/Threadfin/Threadfin/main/html/img/threadfin.png", @@ -31,4 +31,4 @@ "password": null }, "notes": [] -} \ No newline at end of file +}