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

@@ -76,7 +76,7 @@
}
},
created() {
axios.get(`/api/subscriptions/users/${this.$route.params.id}/subscription`)
axios.get(`/api/subscriptions/admin/users/${this.$route.params.id}/subscription`)
.then(response => {
this.subscription = response.data.data