mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-21 09:52:06 +03:00
7 lines
165 B
JavaScript
7 lines
165 B
JavaScript
|
import Ember from 'ember';
|
||
|
import ghostPaths from 'ghost/utils/ghost-paths';
|
||
|
|
||
|
export default Ember.Service.extend(Ember._ProxyMixin, {
|
||
|
content: ghostPaths()
|
||
|
});
|