diff --git a/src/components/WeatherPanel.astro b/src/components/WeatherPanel.astro index 79e481a..0d25c84 100644 --- a/src/components/WeatherPanel.astro +++ b/src/components/WeatherPanel.astro @@ -2,7 +2,7 @@ const weatherBase = (import.meta.env.PUBLIC_WEATHER_BASE ?? 'https://wx.swansea-airport.wales').replace(/\/$/, ''); const mqttHost = import.meta.env.PUBLIC_WEATHER_MQTT_HOST ?? `${weatherBase}/mqtt`; const archiveEndpoint = `${weatherBase}/agcs/archive.php`; -const pressureEndpoint = `${weatherBase}/wlproxy.php?api=current/195562`; +const pressureEndpoint = `${weatherBase}/agcs/wlproxy.php?api=current/195562`; ---