Skip to content

Commit

Permalink
Update renderer.js
Browse files Browse the repository at this point in the history
  • Loading branch information
IronManCool001 authored Dec 8, 2022
1 parent f81e31a commit 87e291f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ function setIntervalX(callback,delay,repetitions){
}

function getData(city){
axios.get(`https://weatherzapi.herokuapp.com/api/weather/${city}`)
axios.get(`https://weatherzapi.up.railway.app/api/weather/${city}`)
.then(res=>{
const sky=res.data.sky;
let temp=res.data.temp;
Expand Down

0 comments on commit 87e291f

Please sign in to comment.