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:
@@ -3,7 +3,7 @@
|
||||
<div class="card shadow-card">
|
||||
<DatatableWrapper
|
||||
@init="isLoading = false"
|
||||
:api="'/api/subscription/users/' + this.$route.params.id + '/transactions'"
|
||||
:api="'/api/subscriptions/users/' + this.$route.params.id + '/transactions'"
|
||||
:paginator="true"
|
||||
:columns="columns"
|
||||
>
|
||||
|
||||
@@ -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