mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-19 00:22:15 +00:00
implemented subscription page
This commit is contained in:
@@ -76,7 +76,7 @@
|
||||
}
|
||||
},
|
||||
created() {
|
||||
axios.get(`/api/subscription/users/${this.$route.params.id}/subscription`)
|
||||
axios.get(`/api/subscriptions/users/${this.$route.params.id}/subscription`)
|
||||
.then(response => {
|
||||
this.subscription = response.data.data
|
||||
|
||||
|
||||
Reference in New Issue
Block a user