changed networking for hosting
This commit is contained in:
@@ -3,7 +3,7 @@ import { myToast } from "./toastify";
|
||||
export const fetchWeather = async (city: string, units: string) => {
|
||||
try {
|
||||
const response = await fetch(
|
||||
`http://localhost:7001/api/fetchWeather?city=${encodeURIComponent(
|
||||
`https://backend.weather.the1s.de:7001/api/fetchWeather?city=${encodeURIComponent(
|
||||
city
|
||||
)}&units=${encodeURIComponent(units)}`,
|
||||
{
|
||||
|
Reference in New Issue
Block a user