Ghost/ghost/admin/app/services/ghost-paths.js

9 lines
198 B
JavaScript
Raw Normal View History

import Ember from 'ember';
import ghostPaths from 'ghost-admin/utils/ghost-paths';
const {Service, _ProxyMixin} = Ember;
export default Service.extend(_ProxyMixin, {
content: ghostPaths()
});