We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b37f83f commit 2b07a5cCopy full SHA for 2b07a5c
src/components/WeatherList.vue
@@ -24,7 +24,7 @@ export default {
24
methods: {
25
getCityDetails () {
26
let self = this
27
- axios.get('/group?id=5128581,2759794,2988507,3054643,2950159') // Get different location IDs from the API
+ axios.get('/group?id=5128581,4843362,2988507,3054643,2950159') // Get different location IDs from the API
28
.then(response => {
29
self.cities = response.data
30
})
0 commit comments