mirror of
https://github.com/meshtastic/meshtastic.git
synced 2025-01-30 15:20:45 -08:00
Update endpoint
This commit is contained in:
parent
37cba0e8c8
commit
75ed09afad
|
@ -21,7 +21,7 @@ import {
|
||||||
|
|
||||||
const Firmware = (): JSX.Element => {
|
const Firmware = (): JSX.Element => {
|
||||||
const { data, error } = useSWR<FirmwareReleases>(
|
const { data, error } = useSWR<FirmwareReleases>(
|
||||||
'http://localhost:4000/github/firmware/list',
|
'https://api.meshtastic.org/github/firmware/list',
|
||||||
fetcher,
|
fetcher,
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue