We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46f24b6 commit c0c8c0aCopy full SHA for c0c8c0a
store/actions.js
@@ -3,7 +3,7 @@ export default {
3
await Promise
4
.all([
5
this.$axios.get(process.env.NODE_ENV !== 'production' ? 'latest.json' : '/latest'),
6
- this.$axios.get(process.env.NODE_ENV !== 'production' ? 'locations.json' : '/all')
+ this.$axios.get(process.env.NODE_ENV !== 'production' ? 'locations.json' : '/locations')
7
])
8
.then(res => {
9
commit('SET_LATEST', res[0].data.latest)
0 commit comments