Skip to content

Commit 2b07a5c

Browse files
committed
Southbury weather location update
1 parent b37f83f commit 2b07a5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/WeatherList.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export default {
2424
methods: {
2525
getCityDetails () {
2626
let self = this
27-
axios.get('/group?id=5128581,2759794,2988507,3054643,2950159') // Get different location IDs from the API
27+
axios.get('/group?id=5128581,4843362,2988507,3054643,2950159') // Get different location IDs from the API
2828
.then(response => {
2929
self.cities = response.data
3030
})

0 commit comments

Comments
 (0)