routes refactoring

This commit is contained in:
Čarodej
2021-11-25 15:51:46 +01:00
parent 13287ce6b0
commit 16823b9566
8 changed files with 25 additions and 15 deletions

View File

@@ -54,7 +54,7 @@
}
},
created() {
axios.get('/api/subscriptions/plans/' + this.$route.params.id)
axios.get('/api/subscriptions/admin/plans/' + this.$route.params.id)
.then(response => {
this.plan = response.data.data
})