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, );