Update endpoint

This commit is contained in:
Sacha Weatherstone 2022-12-11 15:21:39 +10:00
parent 37cba0e8c8
commit 75ed09afad
No known key found for this signature in database
GPG key ID: 7AB2D7E206124B31

View file

@ -21,7 +21,7 @@ import {
const Firmware = (): JSX.Element => {
const { data, error } = useSWR<FirmwareReleases>(
'http://localhost:4000/github/firmware/list',
'https://api.meshtastic.org/github/firmware/list',
fetcher,
);