From 75ed09afadeab3b20090a1cc71d808a375d807b1 Mon Sep 17 00:00:00 2001 From: Sacha Weatherstone Date: Sun, 11 Dec 2022 15:21:39 +1000 Subject: [PATCH] Update endpoint --- src/pages/downloads/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/downloads/index.tsx b/src/pages/downloads/index.tsx index 9cd32e27..e7c1c551 100644 --- a/src/pages/downloads/index.tsx +++ b/src/pages/downloads/index.tsx @@ -21,7 +21,7 @@ import { const Firmware = (): JSX.Element => { const { data, error } = useSWR( - 'http://localhost:4000/github/firmware/list', + 'https://api.meshtastic.org/github/firmware/list', fetcher, );