Ghost/core/client/app/services/ghost-paths.js

9 lines
192 B
JavaScript
Raw Normal View History

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