feat: event editing, light/dark theme, device animations, 7-day forecast
Some checks failed
Deploy / deploy (push) Has been cancelled
Some checks failed
Deploy / deploy (push) Has been cancelled
This commit is contained in:
@@ -51,7 +51,7 @@ export async function GET(req: Request) {
|
||||
current: "temperature_2m,relative_humidity_2m,apparent_temperature,weather_code,wind_speed_10m",
|
||||
daily: "weather_code,temperature_2m_max,temperature_2m_min",
|
||||
timezone: "Europe/Moscow",
|
||||
forecast_days: "3",
|
||||
forecast_days: "7",
|
||||
});
|
||||
|
||||
const res = await fetch(url, {
|
||||
|
||||
Reference in New Issue
Block a user