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:
@@ -208,7 +208,7 @@
|
||||
}
|
||||
},
|
||||
created() {
|
||||
axios.get('/api/subscription/plans')
|
||||
axios.get('/api/subscriptions/plans')
|
||||
.then(response => {
|
||||
this.plans = response.data.data
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user