Closed lcpriest closed 8 years ago
I have a webapp and a chrome extension that will use the same server The chrome extension is being a little bit funky with regards to where it is posting stuff.
chrome-extension://gbegiomkkbgmkelmdacomkabnpbkcbca/api/users/sessions
The answer is 'set a rootUrl in the environment.js`.
const Router = Ember.Router.extend({ location: config.locationType, rootUrl: 'http://www.lvh.me:4200', });
I have a webapp and a chrome extension that will use the same server The chrome extension is being a little bit funky with regards to where it is posting stuff.
chrome-extension://gbegiomkkbgmkelmdacomkabnpbkcbca/api/users/sessions