vendredi 20 mars 2015

EmberJS RESTAdapter - Specific url for

I have a Host model on ember-data:



App.Host = DS.Model.extend
name: DS.attr 'string'


And I using the DS.RESTAdapter.


EmberJS calls /hosts to get hosts which is normal.


My problem is the url to get hosts is not /hosts but /nagios/hosts.


How can I specify this url only for Host model?


I already tried those answers:



Without any success.


Currently using:



Ember : 1.10.0
Ember Data : 1.0.0-beta.15
jQuery : 2.0.3


Thanks for help.





Aucun commentaire:

Enregistrer un commentaire