updated conf

This commit is contained in:
2026-01-27 10:49:59 +01:00
parent df3802ff50
commit bdb8f9bb64
4 changed files with 9 additions and 11 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ import { myToast } from "./toastify";
export const fetchWeather = async (city: string, units: string) => {
try {
const response = await fetch(
`https://backend.weather.the1s.de/api/fetchWeather?city=${encodeURIComponent(
`https://weather.the1s.de/backend/api/fetchWeather?city=${encodeURIComponent(
city
)}&units=${encodeURIComponent(units)}`,
{