- API routes refactoring

- setup:dev artisan command
This commit is contained in:
Peter Papp
2021-02-25 21:32:32 +01:00
parent 2f332197e6
commit 55ba82442a
24 changed files with 559 additions and 366 deletions
@@ -452,7 +452,7 @@
created() {
// Get setup intent for stripe
axios.get('/api/stripe/setup-intent')
axios.get('/api/subscription/setup-intent')
.then(response => {
this.clientSecret = response.data.client_secret
})