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 4ba7e88 commit 3cf5e1dCopy full SHA for 3cf5e1d
pages/debug.vue
@@ -95,7 +95,7 @@ export default {
95
},
96
load() {
97
this.$axios
98
- .get(`/admin/agencies/${this.agency}`)
+ .get(`/agencies/${this.agency}`)
99
.then(({ data }) => {
100
this.$store.commit('agencies/add', data.data)
101
this.$store.dispatch('vehicles/load', data.data)
0 commit comments