Stamplay / stamplay-js-sdk

:rocket: JavaScript SDK of Stamplay cloud platform
https://stamplay.com
MIT License
88 stars 18 forks source link

Reset Base URL after deploy #43

Open samarthagarwal opened 7 years ago

samarthagarwal commented 7 years ago

Once the app has been deployed to Stamplay hosting, the app automatically starts using relative URLs to the API like api/cobject/v1/blogs and then it just stops working in the development environment.

Anyway to configure the URLs point to the API absolutely to make the app work in the Dev Environment after deployment?