Skip to content

Commit c0c8c0a

Browse files
committed
Updated locations API url
1 parent 46f24b6 commit c0c8c0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

store/actions.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ export default {
33
await Promise
44
.all([
55
this.$axios.get(process.env.NODE_ENV !== 'production' ? 'latest.json' : '/latest'),
6-
this.$axios.get(process.env.NODE_ENV !== 'production' ? 'locations.json' : '/all')
6+
this.$axios.get(process.env.NODE_ENV !== 'production' ? 'locations.json' : '/locations')
77
])
88
.then(res => {
99
commit('SET_LATEST', res[0].data.latest)

0 commit comments

Comments
 (0)