mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-19 16:32:15 +00:00
implemented subscription page
This commit is contained in:
@@ -63,7 +63,7 @@
|
||||
this.isSendingRequest = true
|
||||
|
||||
axios
|
||||
.post('/api/subscription/plans/' + this.$route.params.id,
|
||||
.post('/api/subscriptions/plans/' + this.$route.params.id,
|
||||
{
|
||||
data: {
|
||||
name: this.planName
|
||||
|
||||
Reference in New Issue
Block a user