use new cache api

This commit is contained in:
Thomas Ballmann 2020-12-27 16:04:30 +01:00
parent 994ec099ad
commit e7761cddca

View File

@ -191,7 +191,7 @@ export default {
*/
updateWeather (cb) {
return axios
.get('/api/update?weather=1')
.get('/api/cache/clear?weather&warmUp')
.then(response => cb(response.data))
},
}