How can I load my project from my local quant-ux database ?
SharifTanvir opened this issue · 1 comments
SharifTanvir commented
I am using local quant-ux back-end. I want to load design from my local database.
instead of calling API https://quant-ux.com/rest/invitation/a2aa10aPSGSjC2X5VPbSeEBkkcxVOSNqR0Gc1iZvv4yidHpmTmdM34LhIzAa/app.json
I want to call : http://localhost:8080/rest/invitation/a2aa10aPSGSjC2X5VPbSeEBkkcxVOSNqR0Gc1iZvv4yidHpmTmdM34LhIzAa/app.json
how can i do this
KlausSchaefers commented
Hi,
you can download the JSON, and pass it as the app instead of the token. So you your Home.vue do a GET request in the mounted() method and set the result as the app. In the next release I will make the server configurable.