@vinothwindows47 wrote:
Hi ,
I am using Ember cli 2.3.0 and Ember data latest version . My Ember client is running http://localhost:4200 .
I want to access server url http://xxx:8777 .
How to Access it ?
My Adapter/application.js :
export default DS.RESTAdapter.extend({ host: "http://xxx:8777",
pathForType: function(type) { return "getuserlist"; }
});
Posts: 1
Participants: 1