1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-08-08 23:15:29 +02:00

Create ajax.js

This commit is contained in:
Harvey Kandola 2016-06-25 10:37:19 -07:00 committed by zinyando
parent 5ccfb4f408
commit c4404bc7b0

7
app/app/services/ajax.js Normal file
View file

@ -0,0 +1,7 @@
import AjaxService from 'ember-ajax/services/ajax';
import config from '../config/environment';
export default AjaxService.extend({
host: config.host,
namespace: config.namespace
});