implemented subscription page

This commit is contained in:
Čarodej
2021-11-25 10:11:50 +01:00
parent 03ddb61d33
commit 3bfca2ac83
14 changed files with 236 additions and 23 deletions

View File

@@ -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