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