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

5 lines
140 B
JavaScript
Raw Normal View History

import Service from '@ember/service';
import ghostPaths from 'ghost-admin/utils/ghost-paths';
export default Service.extend(ghostPaths());